From 87b7b6cc79f40ab0cfcd6bc9dba841ae857823ad Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 21 Apr 2026 12:23:20 +0200 Subject: [PATCH] Update copyright --- LICENSE | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index fbff658..34f67c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2026 NetBird GmbH Copyright (c) 2016 Mail.Ru Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 943b9e4..caf713a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# easyjson [![Build Status](https://github.com/mailru/easyjson/actions/workflows/easyjson.yml/badge.svg)](https://github.com/mailru/easyjson/actions/workflows/easyjson.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/mailru/easyjson)](https://goreportcard.com/report/github.com/mailru/easyjson) + +> **Note:** This is a NetBird fork of the original `easyjson` project, maintained +> by NetBird for use in NetBird projects. The original project is licensed under +> the MIT license, and the copyright notice of the original authors is preserved +> in the [LICENSE](./LICENSE) file as required. Package easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson