From 148dc9e985809afb9e09b7eac1bd0e82868b4619 Mon Sep 17 00:00:00 2001 From: Robin van der Vleuten Date: Wed, 13 Mar 2024 12:15:59 +0100 Subject: [PATCH] Transfer library to different organization --- CHANGELOG.md | 2 +- LICENSE | 25 ------------------------- README.md | 34 ++++++++++++++++++++++++---------- mix.exs | 2 +- 4 files changed, 26 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64ca82..aa49885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # Changelog This project adheres to [Semantic Versioning](http://semver.org/). -Every release is documented on the Github [Releases](https://github.com/webstronauts/ex_dsmr/releases) page. +Every release is documented on the Github [Releases](https://github.com/mijnverbruik/ex_dsmr/releases) page. diff --git a/LICENSE b/LICENSE index d645695..f433b1a 100644 --- a/LICENSE +++ b/LICENSE @@ -175,28 +175,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/README.md b/README.md index 7088a1e..4defe73 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ # ex_dsmr -[![Build Status](https://img.shields.io/github/actions/workflow/status/webstronauts/ex_dsmr/test.yml?branch=main&style=flat-square)](https://github.com/webstronauts/ex_dsmr/actions?query=workflow%3Atest) +[![Build Status](https://img.shields.io/github/actions/workflow/status/mijnverbruik/ex_dsmr/test.yml?branch=main&style=flat-square)](https://github.com/mijnverbruik/ex_dsmr/actions?query=workflow%3Atest) [![Hex.pm](https://img.shields.io/hexpm/v/dsmr.svg?style=flat-square)](https://hex.pm/packages/dsmr) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-blue.svg?style=flat-square)](https://hexdocs.pm/dsmr/) A library for parsing Dutch Smart Meter Requirements (DSMR) telegram data. - - Sponsored by The Webstronauts - - ## Installation Add `dsmr` to your list of dependencies in `mix.exs`: @@ -79,13 +75,31 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re ## Contributing -Clone the repository and run `mix test`. To generate docs, run `mix docs`. +Everyone is encouraged to help improve this project. Here are a few ways you can help: + +- [Report bugs](https://github.com/mijnverbruik/dsmr/issues) +- Fix bugs and [submit pull requests](https://github.com/mijnverbruik/dsmr/pulls) +- Write, clarify, or fix documentation +- Suggest or add new features -## Credits +To get started with development: -- [Robin van der Vleuten](https://github.com/robinvdvleuten) -- [All Contributors](../../contributors) +``` +git clone https://github.com/mijnverbruik/dsmr.git +cd dsmr +mix test +``` ## License -The Apache License, Version 2.0 (Apache-2.0). Please see [License File](LICENSE) for more information. +Copyright (C) 2020 Robin van der Vleuten + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/mix.exs b/mix.exs index 99947d1..168086f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DSMR.MixProject do use Mix.Project - @source_url "https://github.com/webstronauts/ex_dsmr" + @source_url "https://github.com/mijnverbruik/ex_dsmr" @version "0.3.0" def project do