From a898e3042574cd440d9259363a70b2ce6ab8aaf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20Fran=C3=A7ois?= Date: Wed, 19 Dec 2018 15:28:56 +0200 Subject: [PATCH] Update license (#95) * Update README.md * Update composer.json --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2a352d..af5f389 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,9 @@ Colymba\RESTfulAPI\Serializers\EmberData\EmberDataSerializer: * Check components interface implementation -## License (BSD Simplified) +## License (BSD 3-clause license) -Copyright (c) 2013, Thierry Francois (colymba) +Copyright (c) 2018, Thierry Francois (colymba) All rights reserved. diff --git a/composer.json b/composer.json index 27d1567..9fdacce 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "colymba/silverstripe-restfulapi", "type": "silverstripe-vendormodule", - "description": "SilverStripe 3 RESTful API with a default JSON serializer.", - "homepage": "https://github.com/colymba/silverstripe-model-serializer", + "description": "SilverStripe RESTful API with a default JSON serializer.", + "homepage": "https://github.com/colymba/silverstripe-restfulapi", "keywords": ["silverstripe", "api", "REST", "REST API", "RESTful", "json api", "model serializer", "REST server", "RESTful server"], - "license": "BSD Simplified", + "license": "BSD 3-clause license", "authors": [{ "name": "Thierry Francois", "homepage": "http://colymba.com"