Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

chore(all): add license to go files #1558

Merged
merged 3 commits into from
Dec 16, 2022
Merged

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Dec 16, 2022

Description

This PR adds the following comment to the golang files in compliance with our LGPLv3 license, which has been active since Nov 2021 (See #800).

// Copyright 2021 Evmos Foundation
// This file is part of Evmos' Ethermint library.
//
// The Ethermint library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The Ethermint library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the Ethermint library. If not, see https://github.com/evmos/ethermint/blob/main/LICENSE

For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@github-actions github-actions bot added C:CLI C:Crypto crypto package C:Encoding encoding and codec C:Types common types, interfaces and functions from /types Type: Tests issues and PR related to tests labels Dec 16, 2022
@fedekunze fedekunze marked this pull request as ready for review December 16, 2022 09:32
@fedekunze fedekunze requested a review from a team as a code owner December 16, 2022 09:32
@fedekunze fedekunze requested review from Vvaradinov, 0a1c and MalteHerrmann and removed request for a team December 16, 2022 09:32
@fedekunze fedekunze enabled auto-merge (squash) December 16, 2022 09:41
@fedekunze fedekunze merged commit 111042d into main Dec 16, 2022
@fedekunze fedekunze deleted the license/lgpl-v3-comments branch December 16, 2022 09:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C:CLI C:Crypto crypto package C:Encoding encoding and codec C:Types common types, interfaces and functions from /types Type: Tests issues and PR related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants