From 5d1fe871b54c4c2b8e3f51a148a3d8be0601f5ae Mon Sep 17 00:00:00 2001 From: sam-at-luther Date: Mon, 3 Jul 2023 16:28:01 -0700 Subject: [PATCH 1/2] Update README to mark as DEPRECATED --- README.md | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 39af52c..35988a9 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,6 @@ # README # -This README would normally document whatever steps are necessary to get your application up and running. - -### What is this repository for? ### - -* Quick summary -* Version -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) - -### How do I get set up? ### - -* Summary of set up -* Configuration -* Dependencies -* Database configuration -* How to run tests -* Deployment instructions - -### Contribution guidelines ### - -* Writing tests -* Code review -* Other guidelines - -### Who do I talk to? ### - -* Repo owner or admin -* Other community or team contact \ No newline at end of file +*DEPRECATED*: This repo is hosted for historical reasons. Pushprox was a +library to help solve the scraping problem of fetching prometheus metrics out +of chaincode. This is no longer a problem, now that we have external chaincode +which is scraped by prometheus directly. From 65c8cffd11f2f81e139fea66a5842c299d15a92b Mon Sep 17 00:00:00 2001 From: sam-at-luther Date: Mon, 3 Jul 2023 16:29:36 -0700 Subject: [PATCH 2/2] Add license files --- AUTHORS | 6 ++++++ CONTRIBUTING.md | 13 +++++++++++++ CONTRIBUTORS | 11 +++++++++++ LICENSE | 2 ++ 4 files changed, 32 insertions(+) create mode 100644 AUTHORS create mode 100644 CONTRIBUTING.md create mode 100644 CONTRIBUTORS create mode 100644 LICENSE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..703eb02 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +# This is the official list of lutherauth authors for copyright purposes. +# +# NOTE: AUTHORS lists legal entities for copyright purposes while CONTRIBUTORS +# lists individuals for attribution. + +Luther Systems Ltd. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1a6329c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing to lutherauth + +Pull requests are welcome. But changes larger than simple bug fixes will be met +with increasing levels of scrutiny. For large changes it is advised that you +file an issue for discussion before submitting code. + +## Copyright & License +Contributors must add their identities to the CONTRIBUTORS file and must +attribute copyright for their contributions appropriately in the AUTHORS file. + +By submitting a pull request request you assert that the copyright holder is +licensing the submitted changes under project's own LICENSE without any +additional terms or conditions. diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..48ec760 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,11 @@ +# This is the list of people that have contributed to lutherauth. +# +# NOTE: AUTHORS lists legal entities for copyright purposes while CONTRIBUTORS +# lists individuals for attribution. +# +# Add names in sorted order and use the format +# NAME [ ...] + +Sam Wood +Andrei Borac +Bryan Matsuo diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..cd7f509 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +Unauthorized copying of this file, via any medium is strictly prohibited. +Proprietary and confidential.