Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

chore: update for compliance with current Outbound Licensing Policy #394

Merged
merged 2 commits into from
Feb 24, 2020

Commits on Feb 24, 2020

  1. chore: update for compliance with current Outbound Licensing Policy

    This change is analogous to the one I just made in:
    
    liferay/eslint-config-liferay#151
    
    It updates the license header format to match the latest policy:
    
    https://grow.liferay.com/excellence/Liferay+Outbound+Licensing+Policy
    
    Did this by updating `copyright.js`, running `yarn lint:fix`, and then
    applying manual fixes to the three `bin` files (because of their use of
    "shebang" lines, the linter adds a redundant copy of the header). I used
    a Vim macro to reset the year to its original value (2019) instead of
    letting the linter update it to 2020.
    wincent committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    231c596 View commit details
    Browse the repository at this point in the history
  2. chore: copy license text to LICENSES/BSD-3-Clause.txt

    As required by the Outbound Licensing Policy:
    
    https://grow.liferay.com/excellence/Liferay+Outbound+Licensing+Policy
    
    I forgot to do this in the previous commit.
    wincent committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e2f4477 View commit details
    Browse the repository at this point in the history