From bf3ef1450c5d04dbd2456b215a574d80d2f4c0c9 Mon Sep 17 00:00:00 2001 From: edsilv Date: Sat, 21 Feb 2015 19:11:27 +0000 Subject: [PATCH] added NLW to license --- LICENSE.txt | 3 +++ bower.json | 2 +- examples | 2 +- package.json | 2 +- src/_Version.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 339eea57e..6844298d8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -6,6 +6,9 @@ http://wellcomelibrary.org Copyright (c) 2015 British Library http://bl.uk +Copyright (c) 2015 National Library of Wales +http://www.llgc.org.uk + 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/bower.json b/bower.json index 0c9374a8d..d1acadc14 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Universal Viewer", - "version": "1.0.30", + "version": "1.0.31", "repository": { "type": "git", "url": "git://github.com/BritishLibrary/UniversalViewer" diff --git a/examples b/examples index 05cecef9c..9d5e7e67f 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 05cecef9ce10253035a4a4f2622a41ab6ba57d9b +Subproject commit 9d5e7e67fa4b8f3e295fc40898b2395850f47f99 diff --git a/package.json b/package.json index 5ffcc299e..bc1939cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "UniversalViewer", - "version": "1.0.30", + "version": "1.0.31", "description": "Navigate sequences of images in a zoomable, extensible interface.", "devDependencies": { "async": "^0.9.0", diff --git a/src/_Version.ts b/src/_Version.ts index 5f3bdf865..c4d8c702c 100644 --- a/src/_Version.ts +++ b/src/_Version.ts @@ -1 +1 @@ -export var Version = '1.0.30'; \ No newline at end of file +export var Version = '1.0.31'; \ No newline at end of file