Add license file

Created on 29 November 2024, 4 months ago

Problem/Motivation

Historically, Drupal.org has included license files when packaging modules and themes. If someone sets up a mirror of the Git repository of this module, there will not be license information. We want to explicitly distribute a license with the module's repository.

Steps to reproduce

Review the module's code repository at https://git.drupalcode.org/project/auto_increment_alter and verify that:

  • No LICENSE.txt file exists in the root of the repository.
  • No license information is present in the composer.json file.

Proposed resolution

  • Add the same LICENSE.txt file used by Drupal core .
  • Add license information to the module's composer.json file.

Remaining tasks

  1. Copy the LICENSE.txt file used by Drupal core into the root of this module's repository. It found at https://git.drupalcode.org/project/drupal/-/blob/11.x/core/LICENSE.txt
  2. Update the module's composer.json file to include license information.
  3. Commit the changes and create a merge request (MR).

The composer.json file should look something like this:

{
    "name": "drupal/auto_increment_alter",
    "description": "Alter AUTO_INCREMENT value of database tables.",
    "license": "GPL-2.0-or-later",
    "type": "drupal-module",

Resources

You might want to reference the following resources:

First contributions

Similar issues

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇳🇮Nicaragua dinarcon

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @dinarcon
  • First commit to issue fork.
  • Merge request !8Issue-3490571: Added LICENSE.txt. → (Merged) created by akulsaxena
  • Pipeline finished with Success
    4 months ago
    Total: 136s
    #361524
  • 🇮🇳India akulsaxena

    Hi
    I have added the LICENSE.txt file as requested
    The PHPCS and cspell pipelines are failing but an issue 📌 Fix cspell and phpcs issues Active has already been created for the same.
    Please review and merge

  • First commit to issue fork.
  • Pipeline finished with Success
    4 months ago
    Total: 304s
    #361530
  • 🇮🇳India akulsaxena

    Hi @jvbrian
    I already generated the MR and made the necessary changes.
    The issue was already in Needs Review state.
    All you have done is add two spaces extra in 2 different files, which is actually not required.
    Please ensure if the issue you pick is already assigned to someone or is in needs review state and the work is complete, you should not work on it until it moves back to needs work state and is unassigned.

  • Pipeline finished with Success
    4 months ago
    Total: 140s
    #361541
  • 🇳🇮Nicaragua dinarcon

    Thanks for working on this @akulsaxena

    Hi @jvbrian It is indeed strange to add the spaces to those files when such change is not necessary. The current status of the issue is Needs Review. Can you verify that the necessary changes, as instructed in the issue summary, have been implemented? And if so, can you add a comment indicating you have reviewed the issue and change the issue status to Reviewed & tested by the community (RTBC)?

    I have rebased the MR after 📌 Fix cspell and phpcs issues Active The pipelines are already passing.

  • 🇮🇳India akulsaxena

    @jvbrian
    Will you be reviewing this? The licence file has been added and the required code for the same is already present in the composer.json file. Let me know if you find any other issue otherwise this can be set to RTBC and then merged.

  • Hey, I reviewed the MR and the changes look good enough
    The license file was added and composer.json has the required license information
    Pipelines are all green.
    Moving it to RTBC
    Thanks

  • 🇳🇮Nicaragua dinarcon

    Thanks for working on this @akulsaxena and for your review @dhruv.mittal

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024