Skip to content

Commit 14ad5fb

Browse files
committed
Update copyright dates
1 parent 8230929 commit 14ad5fb

6 files changed

Lines changed: 6 additions & 1 deletion

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Software Release License Agreement
22

3-
Copyright (c) 2014-2018, XMOS, All rights reserved.
3+
Copyright (c) 2014-2019, XMOS, All rights reserved.
44

55
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.
66

tests/runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# Copyright (c) 2015-2019, XMOS Ltd, All rights reserved
23
import xmostest
34

45
if __name__ == "__main__":

tests/test_assert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2015-2019, XMOS Ltd, All rights reserved
12
import xmostest
23

34
def runtest():

tests/test_assert_unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2015-2019, XMOS Ltd, All rights reserved
12
import xmostest
23

34
def runtest():

tests/test_fail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2015-2019, XMOS Ltd, All rights reserved
12
import xmostest
23

34
def runtest():

tests/test_unreachable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2015-2019, XMOS Ltd, All rights reserved
12
import xmostest
23

34
def runtest():

0 commit comments

Comments
 (0)