From 22b0f8b1ab57740fb675951a1302c49099bb500c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:54:18 +0000 Subject: [PATCH 1/2] Initial plan From 782b4c0d5c3557966bb7c6825c135c0eca499fa0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:57:48 +0000 Subject: [PATCH 2/2] Add AGPL-3.0 license field to package.json and update CODE_OF_CONDUCT.md to v2.1 Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 6 +++--- package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c37c7523..2990428f 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -hello@bitsleuth.ai. +opensource@bitsleuth.ai. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the @@ -115,8 +115,8 @@ the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +version 2.1, available at +https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). diff --git a/package.json b/package.json index 9715ee16..005a89b4 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "expo-app", "main": "index.js", "version": "1.2.1", + "license": "AGPL-3.0", "packageManager": "npm@10.2.4", "scripts": { "start": "expo start",