Skip to content

Commit

Permalink
Transfer library to different organization
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Mar 13, 2024
1 parent 25b5610 commit 148dc9e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
25 changes: 0 additions & 25 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://webstronauts.com/">
<img src="https://webstronauts.com/badges/sponsored-by-webstronauts.svg" alt="Sponsored by The Webstronauts" width="200" height="65">
</a>

## Installation

Add `dsmr` to your list of dependencies in `mix.exs`:
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 148dc9e

Please sign in to comment.