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

Ensure that the pot file use the same license as the plugin #199

Merged
merged 3 commits into from
Dec 13, 2019

Commits on Dec 11, 2019

  1. Fix specific license in a plugin

    The doc says: 
    ```
    If a plugin or theme specifies a license in their main plugin file or stylesheet, the comment looks like
    this: 
    Copyright (C) 2018 Example Plugin Author
    This file is distributed under the GPLv2.
    ```
    but it dosen't seems to work for plugins. It looks like the "License" param in get_file_headers was missing.
    ponsfrilus authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    df923b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Ensure that the pot file use the same license as the plugin

    * Only if the license file header is defined
    * Tests updated
    ponsfrilus committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    312d3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8693983 View commit details
    Browse the repository at this point in the history