From 0c2a4dfb102a2badc2e5c19560537ceec5de885b Mon Sep 17 00:00:00 2001 From: Dup4 Date: Sun, 17 Sep 2023 18:22:21 +0800 Subject: [PATCH] chore: add LICENSE Signed-off-by: Dup4 --- LICENSE | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8f29dce..61d3354 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Dup4 +Copyright (c) 2022 - PRESENT Dup4 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 36eb42d..966be14 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ SNAPSHOT_DIFF(tmp, tmp_diff); // \ No newline at end of file ``` +## License + +[MIT](./LICENSE) License © 2022 - PRESENT [Dup4][dup4] + [clang-format-badge]: https://github.com/Dup4/snapshot-cpp/workflows/Clang%20Format/badge.svg [clang-format-action]: https://github.com/Dup4/snapshot-cpp/actions/workflows/clang_format.yml [test-badge]: https://github.com/Dup4/snapshot-cpp/workflows/Test/badge.svg @@ -58,3 +62,4 @@ SNAPSHOT_DIFF(tmp, tmp_diff); [release-badge]: https://img.shields.io/github/release/Dup4/snapshot-cpp.svg [release-page]: https://GitHub.com/Dup4/snapshot-cpp/releases/ [jest-snapshot]: https://jestjs.io/docs/snapshot-testing +[dup4]: https://github.com/Dup4