-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated copyright statement in README.md and conf.py
- Loading branch information
1 parent
ea4ad6c
commit 21c6870
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ _For a detailed documentation of the dictIO dict file format used by farn, see [ | |
## Meta | ||
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource) | ||
Copyright (c) 2024 [DNV](https://www.dnv.com) SE. All rights reserved. | ||
Frank Lumpitzsch – [@LinkedIn](https://www.linkedin.com/in/frank-lumpitzsch-23013196/) – [email protected] | ||
|
@@ -118,9 +118,9 @@ Distributed under the MIT license. See [LICENSE](LICENSE.md) for more informatio | |
## Contributing | ||
1. Fork it (<https://github.com/dnv-opensource/ospx/fork>) | ||
2. Create your branch (`git checkout -b myBranchName`) | ||
3. Commit your changes (e.g. `git commit -m 'place a descriptive commit message here'`) | ||
4. Push to the branch (e.g. `git push origin myBranchName`) | ||
2. Create your branch (`git checkout -b my-branch-name`) | ||
3. Commit your changes (`git commit -am 'place a descriptive commit message here'`) | ||
4. Push to the branch (`git push origin my-branch-name`) | ||
5. Create a new Pull Request in GitHub | ||
For your contribution, please make sure you follow the [STYLEGUIDE](STYLEGUIDE.md) before creating the Pull Request. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters