qbraid-lab-demo icon indicating copy to clipboard operation
qbraid-lab-demo copied to clipboard

qBraid copyright footer

Open ryanhill1 opened this issue 8 months ago • 0 comments

Add actions that verifies that each notebook has the following copyright footer in the raw .ipynb file data:

  {
   "cell_type": "markdown",
   "id": "7edaff03-26c3-4370-9f91-8b028b625732",
   "metadata": {},
   "source": [
    "<div class=\"alert alert-block alert-info\">\n",
    "<b>Copyright Notice:</b> \n",
    "    All rights reserved © [2024] qBraid. This notebook is part of the qBraid-SDK.\n",
    "The qBraid-SDK is free software released under the GNU General Public License v3\n",
    "or later. You can redistribute and/or modify it under the terms of the GPL v3.\n",
    "See the LICENSE file in the project root or <https://www.gnu.org/licenses/gpl-3.0.html>. THERE IS NO WARRANTY for the qBraid-SDK, as per Section 15 of the GPL v3.\n",
    "</div>"
   ]
  },

ryanhill1 avatar Jun 03 '24 18:06 ryanhill1