mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Update copyright
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
# easyjson [](https://github.com/mailru/easyjson/actions/workflows/easyjson.yml) [](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
|
||||
|
||||
Reference in New Issue
Block a user