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 39635b418bfe1aeed9ae38efccc295c01b136614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:53:54 +0000 Subject: [PATCH 2/2] Bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release-and-upload.yml | 2 +- .github/workflows/gradle-build-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-and-upload.yml b/.github/workflows/build-release-and-upload.yml index 29c0dfd..bfe2580 100644 --- a/.github/workflows/build-release-and-upload.yml +++ b/.github/workflows/build-release-and-upload.yml @@ -19,7 +19,7 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 - run: ./gradlew check build assemble - name: Create Release id: create_release diff --git a/.github/workflows/gradle-build-on-push.yml b/.github/workflows/gradle-build-on-push.yml index c7f578c..d8d7b2e 100644 --- a/.github/workflows/gradle-build-on-push.yml +++ b/.github/workflows/gradle-build-on-push.yml @@ -22,7 +22,7 @@ jobs: java-version: '8' - name: install dictzip command run: sudo apt-get install -y dictzip - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 - uses: kiancross/checkstyle-annotations-action@v1 - run: ./gradlew check env: