diff --git a/LICENSE.md b/LICENSE.md index 569ce4b..f1de96c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2013, SilverStripe Australia +Copyright (c) 2013, Symbiote All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -9,7 +9,7 @@ are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the SilverStripe Australia nor the names of its +* Neither the name of the Symbiote nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 70bd070..e9c90b8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # SilverStripe Grid Field Extensions Module -[![Build Status](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions) -[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/version.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases) +[![Build Status](https://travis-ci.org/symbiote/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/symbiote/silverstripe-gridfieldextensions) +[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/version.svg)](https://github.com/symbiote/silverstripe-gridfieldextensions/releases) [![Latest Unstable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/v/unstable.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions) [![Total Downloads](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/downloads.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions) -[![License](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/license.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/blob/master/LICENSE.md) +[![License](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/license.svg)](https://github.com/symbiote/silverstripe-gridfieldextensions/blob/master/LICENSE.md) This module provides a number of useful grid field components: @@ -23,7 +23,7 @@ This module provides a number of useful grid field components: This branch will aim for compatibility with SilverStripe 4.x. -For SilverStripe 3.x, please see the [compatible branch](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/tree/1). +For SilverStripe 3.x, please see the [compatible branch](https://github.com/symbiote/silverstripe-gridfieldextensions/tree/1). See [docs/en/index.md](docs/en/index.md) for documentation and examples. diff --git a/composer.json b/composer.json index 8562fc1..fba2568 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "symbiote/silverstripe-gridfieldextensions", "description": "A collection of useful grid field components", "type": "silverstripe-module", - "homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions", + "homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions", "keywords": ["silverstripe", "gridfield"], "license": "BSD-3-Clause", "authors": [ @@ -12,11 +12,11 @@ }, { "name": "Marcus Nyeholt", - "email": "marcus@silverstripe.com.au" + "email": "marcus@symbiote.com.au" } ], "support": { - "issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues" + "issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues" }, "require": { "silverstripe/framework": "~4.0"