From 9cd76b2a4b4977896ab092f58de9cea8e17c04b7 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Thu, 22 Aug 2019 11:48:38 +0100 Subject: [PATCH] Satisfy release checks --- CHANGELOG.rst | 4 ++-- LICENSE.txt | 2 +- lib_xua/src/core/warnings.xc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5af089b7..57f1308d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ lib_xua Change Log ----- * CHANGED: Remove sharing of global master clock port variable for - compatibility with tools 14.4 (API change but preserve 0.1 - version as this is maintenance branch) + compatibility with tools 14.4 (API change but preserve 0.1 version as this + is maintenance branch) * CHANGED: Remove obsolete -fsubword-select to clear warning in tools 14.4 0.1.2 diff --git a/LICENSE.txt b/LICENSE.txt index d26bf69d..19f8e7cc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Software Release License Agreement -Copyright (c) 2011-2018, XMOS, All rights reserved. +Copyright (c) 2011-2019, XMOS, All rights reserved. BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software. diff --git a/lib_xua/src/core/warnings.xc b/lib_xua/src/core/warnings.xc index 8530758f..f9d2335b 100644 --- a/lib_xua/src/core/warnings.xc +++ b/lib_xua/src/core/warnings.xc @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright (c) 2013-2019, XMOS Ltd, All rights reserved /* Warnings relating to configuration defines located in this XC source file rather than the devicedefines.h header file in order to avoid multiple warnings being issued when the devicedefines.h header file is included in multiple files.