From 832ec19c516d4d650a97b51f6138c72181461b4c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 6 Apr 2025 18:54:30 +0300 Subject: [PATCH] [Fix #982] Specify the license --- LICENSE | 5 +++++ README.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..7cc1dc82 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Creative Commons Attribution 4.0 International (CC BY 4.0) + +This work is licensed under the Creative Commons Attribution 4.0 International License. +To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/ +or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/README.md b/README.md index 47071974..3b00c1ab 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,9 @@ bundle exec jekyll serve -l ``` The site will be available at `http://localhost:4000` + +## License + +Except where otherwise noted, the content on fsharp.org is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by/4.0/) license. + +Copyright © 2012-2025 F# contributors.