1. 06 Aug, 2021 1 commit
  2. 05 Aug, 2021 2 commits
    • Daniel Martí's avatar
      re-add root LICENSE file · 2c0f1eee
      Daniel Martí authored
      The last commit did a mv. I intended to do a cp.
      2c0f1eee
    • Daniel Martí's avatar
      v2: stop using a symlink for LICENSE.md · 00a30a95
      Daniel Martí authored
      Go modules has to support many OSs and filesystems,
      so it completely ignores symlinks when creating module zips.
      And parts of the Go ecosystem, like pkg.go.dev, consume those zips.
      
      So this symlink actually makes the module technically non-OSS,
      since it completely lacks a LICENSE file when downloaded.
      pkg.go.dev thus refuses to show its documentation.
      
      One option would be to rename the root LICENSE.md file to just LICENSE,
      since cmd/go treats that file in a special way,
      including it in subdirectory-module zips.
      Unfortunately, we do want the ".md" extension,
      since the file is formatted to outline the double license.
      
      As such, simply copy the file. It should be fine as it's mostly static.
      00a30a95
  3. 04 Aug, 2021 1 commit
    • Daniel Martí's avatar
      update package godocs and root level README for v2 · 61cfb4db
      Daniel Martí authored
      While at it, make v2's license a symlink, so the two stay in sync.
      The reason we want the v2 module to have its own license is so that its
      module zip includes the file as well.
      
      Besides mentioning v0 and v2, the root README now also links to pkgsite
      and lists Masih and myself as default maintainers, given that we're the
      ones that did major work on this library last.
      
      Fixes #124.
      Fixes #179.
      61cfb4db
  4. 16 Jul, 2021 1 commit
  5. 25 Mar, 2021 1 commit