Skip to content

Commit cccc1cb

Browse files
authored
[README]: Updated License banner
MIT -> GNU
1 parent e67f642 commit cccc1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# path_finder ![Language](https://img.shields.io/badge/language-C++17-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
1+
# path_finder ![Language](https://img.shields.io/badge/language-C++17-orange.svg) [![License](https://img.shields.io/badge/license-GNU-blue.svg)](./LICENSE.md)
22
A simple templated binary search tree implementation
33
**:star2: A-star Path-finding application :star2:**
44

@@ -144,4 +144,4 @@ It will install the following files :
144144
${CMAKE_INSTALL_PREFIX}/path_finder
145145
path_finder
146146
default.json
147-
```
147+
```

0 commit comments

Comments
 (0)