Skip to content

Commit

Permalink
Merge pull request #20 from mauritssilvis/update_documentation
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
mauritssilvis authored Sep 16, 2023
2 parents 853f4f6 + b3a46f8 commit d0da5b1
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 2,034 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to the [Challenges](https://github.com/mauritssilvis/challen
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2023-09-16

### Changed

- Reduce the number of license files.

## [0.3.0] - 2023-06-02

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ With this educational project, I provide solutions to common programming challen
Below, I first describe the [aims](#1-aims) I have with the current project.
I then [list](#2-overview) the programming languages for which I solved several challenges.

The release history of this project is contained in the [changelog](CHANGELOG.md).

## 1. Aims

My aims with this project are to:
Expand All @@ -35,4 +37,4 @@ Currently, solutions to common programming challenges are available for the foll

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](LICENSE.md) or later.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ A step-by-step guide for setting up a Maven project using IntelliJ IDEA can be f

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](../LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../LICENSE.md) or later.
1 change: 0 additions & 1 deletion java/executable-jar-maven-intellij/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

675 changes: 0 additions & 675 deletions java/executable-jar-maven-intellij/LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion java/executable-jar-maven-intellij/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ public class Main {

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../../LICENSE.md) or later.
2 changes: 1 addition & 1 deletion java/java-project-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@ java -cp out nl.mauritssilvis.challenges.java.cli.manual.projects.basic.Main

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](../../LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../../LICENSE.md) or later.
1 change: 0 additions & 1 deletion java/java-project-intellij/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

675 changes: 0 additions & 675 deletions java/java-project-intellij/LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion java/java-project-intellij/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ This project comes with one run configuration for executing the `main` method of

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../../LICENSE.md) or later.
1 change: 0 additions & 1 deletion java/java-project-maven-intellij/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

675 changes: 0 additions & 675 deletions java/java-project-maven-intellij/LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion java/java-project-maven-intellij/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,4 @@ To solve this problem, configure the Maven JAR plugin according to the discussio

Copyright © 2021–2023 Maurits Silvis

This source code package is subject to the terms and conditions defined in the GNU General Public License v3.0, which can be found in the file [LICENSE.md](LICENSE.md), or later.
This source code package is subject to the terms and conditions defined in the [GNU General Public License v3.0](../../LICENSE.md) or later.

0 comments on commit d0da5b1

Please sign in to comment.