Skip to content

Commit 9bda2c4

Browse files
author
David Cock
committed
* License tags
1 parent dde6f4e commit 9bda2c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+63
-40
lines changed

COPYRIGHT

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2013, NICTA
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
18+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

analyse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <limits.h>
1111
#include <stdio.h>

analyse_mat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <limits.h>

capacity.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

channel_algorithms.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This code is experimental, and error-handling is primitive.
77
*/
88

9-
/* @LICENSE(NICTA) */
9+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
1010

1111
#include <assert.h>
1212
#include <math.h>

channel_algorithms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This code is experimental, and error-handling is primitive.
77
*/
88

9-
/* @LICENSE(NICTA) */
9+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
1010

1111
#ifndef __CHANNEL_ALGORITHMS_H
1212
#define __CHANNEL_ALGORITHMS_H

channel_hist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <limits.h>

channel_log.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
BEGIN { running= 0 }
1010
/Test started/ { running= 1; next }

channel_matrix.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <limits.h>
1111
#include <math.h>

confidence_interval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# This code is experimental, and error-handling is primitive.
77
#
8-
# @LICENSE(NICTA)
8+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
99

1010
#!/usr/bin/env python
1111

deficit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

drop_samples.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

experiment_stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

extract_plot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <inttypes.h>

filter_samples.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

find_capacities.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/bin/bash
1010

gen_matrices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

log.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <math.h>
1111
#include <stdint.h>

log_bench.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <math.h>
1111
#include <stdio.h>

make_matrix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/bin/bash
1010

make_plots.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/bin/bash
1010

monte_carlo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

mult.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

mult_lin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

mvec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

partition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

row_average.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <stdio.h>

sample_error.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This code is experimental, and error-handling is primitive.
88
*/
99

10-
/* @LICENSE(NICTA) */
10+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
1111

1212
#include <assert.h>
1313
#include <limits.h>

sim_max.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This code is experimental, and error-handling is primitive.
66
#
7-
# @LICENSE(NICTA)
7+
# Copyright 2013, NICTA. See COPYRIGHT for license details.
88

99
#!/usr/bin/env python
1010

smooth.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

sparse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This code is experimental, and error-handling is primitive.
88
*/
99

10-
/* @LICENSE(NICTA) */
10+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
1111

1212
#include <assert.h>
1313
#include <limits.h>

sparse.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This code is experimental, and error-handling is primitive.
88
*/
99

10-
/* @LICENSE(NICTA) */
10+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
1111

1212
#ifndef __SPARSE_H
1313
#define __SPARSE_H

sparse_avx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111

sparse_avx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#ifndef __SPARSE_AVX_H
1111
#define __SPARSE_AVX_H

speed_sparse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdint.h>
1111
#include <stdio.h>

stride.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <stdio.h>
1111
#include <stdlib.h>

summarise.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <limits.h>
1111
#include <stdio.h>

test_hist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <limits.h>

test_sparse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <malloc.h>

testlib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#include <assert.h>
1111
#include <stdio.h>

testlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This code is experimental, and error-handling is primitive.
66
*/
77

8-
/* @LICENSE(NICTA) */
8+
/* Copyright 2013, NICTA. See COPYRIGHT for license details. */
99

1010
#ifndef __TESTLIB_H
1111
#define __TESTLIB_H

0 commit comments

Comments
 (0)