From 3e516ca0c5d64646fd1c3aeb1ecd41dacba1f0c6 Mon Sep 17 00:00:00 2001 From: Nik <njunger@uwaterloo.ca> Date: Tue, 4 Dec 2018 23:18:46 -0500 Subject: [PATCH] Bump copyright date to 2018 --- c.go | 2 +- doc.go | 2 +- doc_bls_test.go | 2 +- doc_test.go | 2 +- element.go | 2 +- element_arith.go | 2 +- element_arith_simple.go | 2 +- element_fmt.go | 2 +- element_io.go | 2 +- element_misc.go | 2 +- errors.go | 2 +- generation.go | 2 +- gmp_big.go | 2 +- memstream.h | 2 +- memstream_bsdlike.go | 2 +- memstream_other.go | 2 +- memstream_posix.go | 2 +- pairing.go | 2 +- params.go | 2 +- pbc_test.go | 2 +- rand_hook.c | 4 ++-- utils.go | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/c.go b/c.go index 152f438..781322c 100644 --- a/c.go +++ b/c.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/doc.go b/doc.go index d225d43..3010972 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/doc_bls_test.go b/doc_bls_test.go index 0e0dad7..bd716da 100644 --- a/doc_bls_test.go +++ b/doc_bls_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/doc_test.go b/doc_test.go index 14bcdc1..7607fb2 100644 --- a/doc_test.go +++ b/doc_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element.go b/element.go index ddc6d47..800c8ec 100644 --- a/element.go +++ b/element.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element_arith.go b/element_arith.go index 81573f4..f2cdcd0 100644 --- a/element_arith.go +++ b/element_arith.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element_arith_simple.go b/element_arith_simple.go index a48870e..ede8203 100644 --- a/element_arith_simple.go +++ b/element_arith_simple.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element_fmt.go b/element_fmt.go index 6897602..e447748 100644 --- a/element_fmt.go +++ b/element_fmt.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element_io.go b/element_io.go index 7007556..9956c6b 100644 --- a/element_io.go +++ b/element_io.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/element_misc.go b/element_misc.go index 3353091..2836fcd 100644 --- a/element_misc.go +++ b/element_misc.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/errors.go b/errors.go index 6cf4d66..29bc4e2 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/generation.go b/generation.go index a69cf16..217b172 100644 --- a/generation.go +++ b/generation.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/gmp_big.go b/gmp_big.go index 8640831..345cd53 100644 --- a/gmp_big.go +++ b/gmp_big.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/memstream.h b/memstream.h index 20191a2..0b2c07a 100644 --- a/memstream.h +++ b/memstream.h @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/memstream_bsdlike.go b/memstream_bsdlike.go index d8f0704..eb3f88f 100644 --- a/memstream_bsdlike.go +++ b/memstream_bsdlike.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/memstream_other.go b/memstream_other.go index 91093c6..03a8f6c 100644 --- a/memstream_other.go +++ b/memstream_other.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/memstream_posix.go b/memstream_posix.go index 19375a4..b7091b1 100644 --- a/memstream_posix.go +++ b/memstream_posix.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/pairing.go b/pairing.go index f023415..24a94e6 100644 --- a/pairing.go +++ b/pairing.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/params.go b/params.go index 0e20843..eca5b3c 100644 --- a/params.go +++ b/params.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/pbc_test.go b/pbc_test.go index 8f2fe3a..f6e0c3b 100644 --- a/pbc_test.go +++ b/pbc_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // diff --git a/rand_hook.c b/rand_hook.c index 228d8c0..4bdd4ef 100644 --- a/rand_hook.c +++ b/rand_hook.c @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // @@ -35,4 +35,4 @@ void installRandomHook() { void uninstallRandomHook() { pbc_init_random(); -} \ No newline at end of file +} diff --git a/utils.go b/utils.go index 2f36c1d..a4e59f6 100644 --- a/utils.go +++ b/utils.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Nik Unger +// Copyright © 2018 Nik Unger // // This file is part of The PBC Go Wrapper. // -- GitLab