Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/addlicense
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: google/addlicense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 14 commits
  • 8 files changed
  • 9 contributors

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    944049f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. docs: update go install instructions

    Fixes #96
    willnorris committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    d1984d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Added .pl to the list of supported files (#98)

    * Added .pl to the list of supported files
    
    Includes support for Perl (.pl) file, treated in the same way as shell scripts.
    
    * Adding .pl to the relevant test case
    cboneti authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fc41b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. refactor: prep for additional licenseHeader logic

    this refactors licenseHeader to make it easier to add additional logic
    to determine prefix, beyond just file extension.
    willnorris committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    90da58c View commit details
    Browse the repository at this point in the history
  2. feat: add support for cmake files

    Co-authored-by: Sergii Baitala <sbaitala@gmail.com>
    willnorris and srgbtl committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2b44b36 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    758687b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore: fix govet error on trailing newline

    conversation in golang/go#18085, but basically a single trailing newline
    is a govet error, but two are not.
    willnorris committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8cfc1b5 View commit details
    Browse the repository at this point in the history
  2. chore: bump action versions

    I think this should fix the unicode import error in https://github.com/google/addlicense/actions/runs/2198105433
    willnorris committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    13e73a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Update README.md

    Previous documented command was providing docker folder mount option to addlicense as arguments... that was incorrect. Folder should be mounted before specifying the docker image to run.
    bryanloz-xilinx authored and willnorris committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d40d757 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    6c3d250 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Only log skipped files in verbose mode

    talal authored and willnorris committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    eadb73a View commit details
    Browse the repository at this point in the history
  2. README: update usage options

    talal authored and willnorris committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    09bb508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04bfe4e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    53d978a View commit details
    Browse the repository at this point in the history
Loading