infopark_webcrm_sdk 2.3.3 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +21 -840
- data/README.md +2 -3
- data/config/ca-bundle.crt +890 -466
- metadata +4 -4
data/README.md
CHANGED
|
@@ -110,7 +110,6 @@ Crm::Contact.where(:locality, :equals, 'Boston').
|
|
|
110
110
|
|
|
111
111
|
## License
|
|
112
112
|
|
|
113
|
-
Copyright (c) 2015 -
|
|
113
|
+
Copyright (c) 2015 - 2024 [JustRelate Group GmbH](https://justrelate.com).
|
|
114
114
|
|
|
115
|
-
This software can be used and modified in accordance with the
|
|
116
|
-
(LGPL-3.0). Please refer to LICENSE for details.
|
|
115
|
+
This software can be used and modified in accordance with the MIT license. Please refer to LICENSE for details.
|