Skip to content

Commit

Permalink
Bump the copyright year (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Feb 7, 2024
1 parent abf7d67 commit d15e6f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 IIASA
Copyright (c) 2023-2024 IIASA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The ixmp4 package for scenario data management

Copyright (c) 2023 IIASA - Energy, Climate, and Environment Program (ECE)
Copyright (c) 2023-2024 IIASA - Energy, Climate, and Environment Program (ECE)

[![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/iiasa/ixmp4/blob/main/LICENSE)
[![python](https://img.shields.io/badge/python-3.10_|_3.11-blue?logo=python&logoColor=white)](https://github.com/iiasa/ixmp4)
Expand All @@ -13,7 +13,8 @@ in the domain of integrated assessment of climate change and energy systems mode

## License

The **ixmp4** package is released under the [MIT license](https://github.com/iiasa/ixmp4/blob/main/LICENSE).
The **ixmp4** package is released under
the [MIT license](https://github.com/iiasa/ixmp4/blob/main/LICENSE).

## Install from pypi

Expand Down Expand Up @@ -71,11 +72,11 @@ ixmp4 --help

## Docs

Check [doc/README.md](doc/README.md) on how to build and serve dev documentation locally.
Read [doc/README.md](doc/README.md) to build and serve the documentation locally.

## Docker Image

Check [docker/README.md](docker/README.md) on how to build and publish docker images.
Check [docker/README.md](docker/README.md) to build and publish docker images.

## Developing

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -- Project information -----------------------------------------------------

project = "ixmp4"
copyright = "2023 IIASA - Energy, Climate, and Environment Program (ECE)"
copyright = "2023-2024 IIASA - Energy, Climate, and Environment Program (ECE)"
author = "Scenario Services team"


Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The ixmp4 package for scenario data management
==============================================

Copyright © 2023 IIASA - Energy, Climate, and Environment Program (ECE)
Copyright © 2023-2024 IIASA - Energy, Climate, and Environment Program (ECE)

|license| |black| |python|

Expand Down

0 comments on commit d15e6f7

Please sign in to comment.