From 6d3438abb85bfa397ec607ae57f305748e3b930d Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Fri, 13 Jun 2025 21:54:02 +0100 Subject: [PATCH] Update license header to include comment markers. --- tig-algorithms/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tig-algorithms/README.md b/tig-algorithms/README.md index 4f225e5..0373052 100644 --- a/tig-algorithms/README.md +++ b/tig-algorithms/README.md @@ -55,6 +55,7 @@ Each submissions is committed to their own branch with the naming pattern: 5. Submitting your algorithm to Testnet: * Add and edit the following license header to `my_algo.rs`: ``` + /*! Copyright [year copyright work created] [name of copyright owner] Identity of Submitter [name of person or entity that submits the Work to TIG] @@ -71,6 +72,7 @@ Each submissions is committed to their own branch with the naming pattern: 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 [Attributing Breakthroughs](#attributing-breakthroughs) for how to set UAI field