Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qBraid copyright footer #32

Open
ryanhill1 opened this issue Jun 3, 2024 · 1 comment
Open

qBraid copyright footer #32

ryanhill1 opened this issue Jun 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ryanhill1
Copy link
Member

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
Copy link
Member Author

Possibly could be a magic command through qBraid-CLI?

@ryanhill1 ryanhill1 added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant