Skip to content

Commit

Permalink
fixed license
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed May 8, 2023
1 parent 2bf6e75 commit a399f94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "gilgamesh"
version = "0.1.0"
edition = "2021"
description = "A small 3D rendering engine built upon WGPU with the primary goal of visualizing procedural terrains."
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -15,6 +17,6 @@ image = "0.24.2"
log = "0.4.17"
pollster = "0.2.5"
winit = "0.26.1"
bytemuck = { version="1.4.1", features=["derive"] }
bytemuck = { version = "1.4.1", features = ["derive"] }
anyhow = "1.0.58"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Apache License
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2023 Barthélemy Paléologue

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions Notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright 2023 Barthélemy Paléologue

0 comments on commit a399f94

Please sign in to comment.