diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md
index 57d54a5..b4c8bdb 100644
--- a/ACKNOWLEDGEMENTS.md
+++ b/ACKNOWLEDGEMENTS.md
@@ -1,3 +1,5 @@
# Acknowledgements
+This publication was supported by the University of Florida Clinical and Translational Science Institute, which is supported in part by the NIH National Center for Advancing Translational Sciences under award number UL1TR001427.
+
Some portions of the README.md have been adapted from the source documents for the Gainesville Pickleball website, [https://github.com/gnvpb/gnvpb/](https://github.com/gnvpb/gnvpb/), created by Philip B Chase and released under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af6af40..b790199 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@ All notable changes to the REDCap External Module Development Guide project will
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.3.2] - 2022-12-20
+### Changed
+- Switch license to CC BY-NC 4.0 (Philip Chase)
+- Link to Philip Chases' ORCID (Philip Chase)
+
+### Added
+- Add UF CTSI's NIH award in Acknowledgments (Philip Chase)
+
+
## [1.3.1] - 2020-09-22
### Changed
- Switch emd101 screenshots to markdown (Philip Chase, Kyle Chesney)
diff --git a/LICENSE b/LICENSE
index 90313a6..2742663 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,13 +1,5 @@
Copyright 2020 University of Florida
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+All of the content for this web site is available under the Creative Commons Attribution-NonCommercial 4.0 International License. See [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) for more details.
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+See [acknowledgments](./ACKNOWLEDGEMENTS.md) for licensing of reused components.
diff --git a/README.md b/README.md
index 85e04dc..7199d85 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Managing a Jekyll web site requires skills common amongst software developers. I
## Sharing
-All of the content for this web site is available under the Apache 2.0 License. See [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) for more details.
+All of the content for this web site is available under the Creative Commons Attribution-NonCommercial 4.0 International License. See [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) for more details.
## Site Development
diff --git a/VERSION b/VERSION
index 3a3cd8c..1892b92 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.1
+1.3.2
diff --git a/docs/_config.yml b/docs/_config.yml
index 0bd67cd..3586739 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,7 @@
title: REDCap External Module Development Guide
description: REDCap External Module Development Guide
repository: ctsit/redcap_external_module_development_guide
-release: 1.3.1
+release: 1.3.2
repo_root: https://github.com/ctsit/redcap_external_module_development_guide/tree/master/
@@ -12,7 +12,7 @@ theme: jekyll-theme-minimal
logo: /assets/img/logo.png
show_downloads: true
authors:
- - Philip Chase
+ - Philip Chase
- Taryn Stoffs
- Kyle Chesney
- Christopher P Barnes