From 3d47c55bc0767c0ca8c591ad4b19e1c978d6ed1e Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 17 Jul 2022 01:05:36 +0900 Subject: [PATCH 1/2] #GiveUpGitHub --- README.md | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0f7fd4d..f92eb59 100644 --- a/README.md +++ b/README.md @@ -4,37 +4,14 @@ DictZip, GZip random access compression format(.dz), access library for Java [![Build Status](https://travis-ci.org/dictzip/dictzip-java.svg?branch=master)](https://travis-ci.org/dictzip/dictzip-java) +# Give Up GitHub -## Usage +This project has given up GitHub. ([See Software Freedom Conservancy's *Give Up GitHub* site for details](https://GiveUpGitHub.org).) +You can now find this project at [Codeberg.org](https://codeberg.org/miurahr/dictzip-java) instead. -dictzip library is published on MavenCentral. When you use with gradle build system, -just add a dependency. +Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot. -``` -dependencies { - implementation 'io.github.dictzip:dictzip:0.11.1' -} -``` +Join us; you can [give up GitHub](https://GiveUpGitHub.org) too! -## Contribution - -As usual of other projects hosted on GitHub, DictZip for java also welcome -forking source and send modification as a Pull Request. -It is recommended to post an issue before sending a patch. - -## Mirror - -Dictzip-java is mirrored to https://gitlab.com/dictzip/dictzip-java periodically and automatically. -Please raise issues and merge-request on main project site https://github.com/dictzip/dictzip-java - -## Copyright - -- Copyright (C) 2001-2004 Ho Ngoc Duc -- Copyright (C) 2016-2022 Hiroshi Miura - -Some part are come from a part of jdictd 1.5 on java. - -## License - -Please see COPYING. +![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png) From 572861852f0ec8849b14dc82e62a1f6fafbed4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:53:43 +0000 Subject: [PATCH 2/2] Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0 Bumps io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0cee3e..a761fc3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'java-library' id 'maven-publish' id 'java-library-distribution' - id "io.github.gradle-nexus.publish-plugin" version "1.1.0" + id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id 'com.palantir.git-version' version "0.13.0" }