Skip to content

Commit b74b0ac

Browse files
committed
#1747 year up
1 parent c6a1b75 commit b74b0ac

File tree

494 files changed

+494
-494
lines changed

Some content is hidden

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

494 files changed

+494
-494
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2023, jcabi.com
1+
Copyright (c) 2013-2024, jcabi.com
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

examples/search-repos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2013-2023, jcabi.com
3+
Copyright (c) 2013-2024, jcabi.com
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

examples/search-repos/src/main/java/com/jcabi/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

examples/search-repos/src/main/java/com/jcabi/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2013-2023, jcabi.com
3+
Copyright (c) 2013-2024, jcabi.com
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

src/it/basic-usage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2013-2023, jcabi.com
3+
Copyright (c) 2013-2024, jcabi.com
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

src/it/basic-usage/src/main/java/com/jcabi/foo/Sample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/it/basic-usage/src/main/java/com/jcabi/foo/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/it/basic-usage/src/test/java/com/jcabi/foo/SampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/it/basic-usage/src/test/java/com/jcabi/foo/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/it/basic-usage/src/test/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2023, jcabi.com
1+
# Copyright (c) 2013-2024, jcabi.com
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

src/it/fat-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2013-2023, jcabi.com
3+
Copyright (c) 2013-2024, jcabi.com
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

src/it/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2013-2023, jcabi.com
3+
Copyright (c) 2013-2024, jcabi.com
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Assignees.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Blob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Blobs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Branch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Branches.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Bulk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Check.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Checks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Collaborators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Comment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Comments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Commit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Commits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/CommitsComparison.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Content.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Contents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Coordinates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/DeployKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/DeployKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Existence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/FileChange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Fork.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Forks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/FromProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Gist.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/GistComment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/GistComments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Gists.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Git.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/GitHubThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Github.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Gitignores.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Hook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Hooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Issue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/IssueEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/IssueLabels.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Issues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/JsonPatchable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/JsonReadable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Label.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/main/java/com/jcabi/github/Labels.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-2023, jcabi.com
2+
* Copyright (c) 2013-2024, jcabi.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)