Docs - Remove references to SchedMD CLA
SchedMD does not require a CLA for patch submissions at this time.
Replace content of contributor.html with the CONTRIBUTING.md file.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3192380..28296d5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,10 +74,3 @@
Plain `diff`'d output is also okay. In either case, please attach them to the
bug for us to review. Spelling corrections or documentation improvements can be
suggested without attaching the patch as long as you describe their location.
-
-LEGAL
------
-
-We ask that a contributor licensing agreement be signed for all substantial
-contributions. Please see https://slurm.schedmd.com/contributor.html for
-details.
diff --git a/doc/html/contributor.shtml b/doc/html/contributor.shtml
index 6552bc4..92c66b9 100644
--- a/doc/html/contributor.shtml
+++ b/doc/html/contributor.shtml
@@ -1,28 +1,3 @@
<!--#include virtual="header.txt"-->
-
-<h1>Contributor Agreement</h1>
-
-<p>In order to help ensure the legal integrity of Slurm and provide protection
-for all contributors and users a contributor agreement is required for all
-substantial contributions.
-Each individual making contributions should complete the<br>
-<a href="Slurm_Individual.pdf">Slurm Workload Manager Individual Contributor License Agreement</a>.<br>
-In addition the individual's organization should complete the<br>
-<a href="Slurm_Entity.pdf">Slurm Workload Manager Entity Contributor License Agreement</a>.</p>
-
-<p>Signed forms or questions should be directed to
-<a href="mailto:cla@schedmd.com">cla@schedmd.com</a> or posted to<br><br>
-SchedMD LLC<br>
-905 North 100 East<br>
-Lehi, UT 84043<br>
-USA</p>
-
-<p>Contacting SchedMD before starting any substantial development effort is
-recommended to coordinate development and avoid duplication of effort.
-SchedMD can provide design review, code review, integration and long-term
-support at reasonable cost. SchedMD can also perform custom development work
-to satisfy your requirements.</p>
-
-<p style="text-align:center;">Last modified 30 December 2022</p>
-
+<!--#include markdown="../../CONTRIBUTING.md"-->
<!--#include virtual="footer.txt"-->
diff --git a/doc/html/documentation.shtml b/doc/html/documentation.shtml
index 4b9979b..75f8a11 100644
--- a/doc/html/documentation.shtml
+++ b/doc/html/documentation.shtml
@@ -114,7 +114,7 @@
<h2 id="developers">Slurm Developers
<a class="slurm_link" href="#developers"></a></h2>
<ul>
-<li><a href="contributor.html">Contributor Agreement</a></li>
+<li><a href="contributor.html">Contributor Guide</a></li>
<li><a href="programmer_guide.html">Programmer Guide</a></li>
<li><a href="api.html">Application Programmer Interface (API) Guide</a></li>
<li><a href="add.html">Adding Files or Plugins to Slurm</a></li>
diff --git a/src/slurmrestd/plugins/openapi/slurmdbd/LICENSE-openapi.json b/src/slurmrestd/plugins/openapi/slurmdbd/LICENSE-openapi.json
index f470ffb..ff19979 100644
--- a/src/slurmrestd/plugins/openapi/slurmdbd/LICENSE-openapi.json
+++ b/src/slurmrestd/plugins/openapi/slurmdbd/LICENSE-openapi.json
@@ -9,11 +9,3 @@
Or, under the terms of The Apache License, Version 2.0, and abbreviated as
"Apache 2.0" within the OpenAPI specification itself. A copy of this license is
available at https://www.apache.org/licenses/LICENSE-2.0.html.
-
-As an additional requirement for changes to this specification: Contributors
-wishing to submit changes to these files must sign SchedMD's Contributor
-License Agreement ("CLA"). (https://slurm.schedmd.com/contributor.html).
-By signing the CLA, contributors are specifically licensing any changes,
-modifications, revisions, or edits to the OpenAPI specification for Slurm’s
-RESTful interface back to SchedMD to the maximum extent permitted by the
-relevant law and the CLA.