From 39f1df7a072d263ab3f4da11a33de79f7117309f Mon Sep 17 00:00:00 2001 From: mikey179 Date: Wed, 1 May 2013 20:17:36 +0200 Subject: [PATCH] updates --- CHANGES | 2 +- LICENSE | 4 ++-- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index f78f34d..a20eca8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2.2.?, 2013-??-?? +2.2.0, 2013-??-?? ================== - upgraded stubbles/core to ~3.0 diff --git a/LICENSE b/LICENSE index 73fca57..821706b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2012, stubbles Development Team +Copyright (c) 2007-2013, stubbles Development Team All rights reserved. Redistribution and use in source and binary forms, with or without @@ -11,7 +11,7 @@ met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Stubbles nor the names of its - contributors may be used to endorse or promote products derived + contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS diff --git a/composer.json b/composer.json index 5bea31d..27f1041 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "stubbles/log", "type": "library", "homepage": "http://stubbles.net/", - "license": "BSD-3", + "license": "BSD-3-Clause", "description": "Stubbles Log provides support for writing log data.", "require": { "php": ">=5.3.0",