aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cm/cm.c2
-rw-r--r--src/cm/cm.h2
-rw-r--r--src/cm/p1363.c2
-rw-r--r--src/cm/p1363.h2
-rw-r--r--src/ecgen.c4
-rw-r--r--src/econvert.c2
-rw-r--r--src/exhaustive/anomalous.c2
-rw-r--r--src/exhaustive/anomalous.h2
-rw-r--r--src/exhaustive/ansi.c2
-rw-r--r--src/exhaustive/ansi.h2
-rw-r--r--src/exhaustive/arg.c2
-rw-r--r--src/exhaustive/arg.h2
-rw-r--r--src/exhaustive/brainpool.c2
-rw-r--r--src/exhaustive/brainpool.h2
-rw-r--r--src/exhaustive/brainpool_rfc.c2
-rw-r--r--src/exhaustive/brainpool_rfc.h2
-rw-r--r--src/exhaustive/check.c2
-rw-r--r--src/exhaustive/check.h2
-rw-r--r--src/exhaustive/exhaustive.c2
-rw-r--r--src/exhaustive/exhaustive.h2
-rw-r--r--src/gen/curve.c2
-rw-r--r--src/gen/curve.h2
-rw-r--r--src/gen/equation.c2
-rw-r--r--src/gen/equation.h2
-rw-r--r--src/gen/field.c2
-rw-r--r--src/gen/field.h2
-rw-r--r--src/gen/gens.c2
-rw-r--r--src/gen/gens.h2
-rw-r--r--src/gen/gp.c2
-rw-r--r--src/gen/gp.h2
-rw-r--r--src/gen/hex.c2
-rw-r--r--src/gen/hex.h2
-rw-r--r--src/gen/order.c2
-rw-r--r--src/gen/order.h2
-rw-r--r--src/gen/point.c2
-rw-r--r--src/gen/point.h2
-rw-r--r--src/gen/seed.c2
-rw-r--r--src/gen/seed.h2
-rw-r--r--src/invalid/invalid.c2
-rw-r--r--src/invalid/invalid.h2
-rw-r--r--src/invalid/invalid_thread.c2
-rw-r--r--src/invalid/invalid_thread.h2
-rw-r--r--src/io/cli.c2
-rw-r--r--src/io/cli.h2
-rw-r--r--src/io/input.c2
-rw-r--r--src/io/input.h2
-rw-r--r--src/io/output.c2
-rw-r--r--src/io/output.h2
-rw-r--r--src/math/poly.c2
-rw-r--r--src/math/poly.h2
-rw-r--r--src/math/subgroups.c2
-rw-r--r--src/math/subgroups.h2
-rw-r--r--src/misc/config.c2
-rw-r--r--src/misc/config.h2
-rw-r--r--src/misc/types.c2
-rw-r--r--src/misc/types.h2
-rw-r--r--src/util/bits.c2
-rw-r--r--src/util/bits.h2
-rw-r--r--src/util/memory.c2
-rw-r--r--src/util/memory.h2
-rw-r--r--src/util/random.c2
-rw-r--r--src/util/random.h2
-rw-r--r--src/util/str.c2
-rw-r--r--src/util/str.h2
-rw-r--r--src/util/timeout.c2
-rw-r--r--src/util/timeout.h2
66 files changed, 67 insertions, 67 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c
index c39645f..ce171d4 100644
--- a/src/cm/cm.c
+++ b/src/cm/cm.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "cm.h"
#include "io/output.h"
diff --git a/src/cm/cm.h b/src/cm/cm.h
index 699fa70..58d09fa 100644
--- a/src/cm/cm.h
+++ b/src/cm/cm.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file cm.h
diff --git a/src/cm/p1363.c b/src/cm/p1363.c
index 6e428cb..24c65f0 100644
--- a/src/cm/p1363.c
+++ b/src/cm/p1363.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "p1363.h"
#include "util/memory.h"
diff --git a/src/cm/p1363.h b/src/cm/p1363.h
index e5c9fbd..e35b041 100644
--- a/src/cm/p1363.h
+++ b/src/cm/p1363.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file p1363.h
diff --git a/src/ecgen.c b/src/ecgen.c
index e2dbd53..3e5b145 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -34,7 +34,7 @@
const char *argp_program_version =
"ecgen 0.6.3\n"
- "Copyright (C) 2017 J08nY\n"
+ "Copyright (C) 2017-2018 J08nY\n"
"License GPLv2: GNU GPL version 2 (or later) "
"<http://gnu.org/licenses/gpl.html>\n"
"This is free software: you are free to change and redistribute it.\n"
diff --git a/src/econvert.c b/src/econvert.c
index 8ac238c..ae1e143 100644
--- a/src/econvert.c
+++ b/src/econvert.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/src/exhaustive/anomalous.c b/src/exhaustive/anomalous.c
index a0d03d3..70df8e4 100644
--- a/src/exhaustive/anomalous.c
+++ b/src/exhaustive/anomalous.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "anomalous.h"
#include "io/output.h"
diff --git a/src/exhaustive/anomalous.h b/src/exhaustive/anomalous.h
index f03d535..28178d9 100644
--- a/src/exhaustive/anomalous.h
+++ b/src/exhaustive/anomalous.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file anomalous.h
diff --git a/src/exhaustive/ansi.c b/src/exhaustive/ansi.c
index d870d76..e369fb2 100644
--- a/src/exhaustive/ansi.c
+++ b/src/exhaustive/ansi.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "ansi.h"
diff --git a/src/exhaustive/ansi.h b/src/exhaustive/ansi.h
index 57f3eaf..7868dde 100644
--- a/src/exhaustive/ansi.h
+++ b/src/exhaustive/ansi.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/*
* @file ansi.h
diff --git a/src/exhaustive/arg.c b/src/exhaustive/arg.c
index ba96357..2c6c6dd 100644
--- a/src/exhaustive/arg.c
+++ b/src/exhaustive/arg.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "arg.h"
#include "util/memory.h"
diff --git a/src/exhaustive/arg.h b/src/exhaustive/arg.h
index 62cafd0..26eb171 100644
--- a/src/exhaustive/arg.h
+++ b/src/exhaustive/arg.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file arg.h
diff --git a/src/exhaustive/brainpool.c b/src/exhaustive/brainpool.c
index b36f54b..cd91378 100644
--- a/src/exhaustive/brainpool.c
+++ b/src/exhaustive/brainpool.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "brainpool.h"
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h
index 0b19fa3..5767aca 100644
--- a/src/exhaustive/brainpool.h
+++ b/src/exhaustive/brainpool.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#ifndef ECGEN_BRAINPOOL_H
diff --git a/src/exhaustive/brainpool_rfc.c b/src/exhaustive/brainpool_rfc.c
index 81529d2..0c045d5 100644
--- a/src/exhaustive/brainpool_rfc.c
+++ b/src/exhaustive/brainpool_rfc.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "brainpool_rfc.h"
diff --git a/src/exhaustive/brainpool_rfc.h b/src/exhaustive/brainpool_rfc.h
index 8a27410..fbc5128 100644
--- a/src/exhaustive/brainpool_rfc.h
+++ b/src/exhaustive/brainpool_rfc.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#ifndef ECGEN_BRAINPOOL_RFC_H
diff --git a/src/exhaustive/check.c b/src/exhaustive/check.c
index 1549af8..46b27e4 100644
--- a/src/exhaustive/check.c
+++ b/src/exhaustive/check.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "check.h"
#include "util/memory.h"
diff --git a/src/exhaustive/check.h b/src/exhaustive/check.h
index 62416a8..fc405a3 100644
--- a/src/exhaustive/check.h
+++ b/src/exhaustive/check.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file check.h
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c
index a1d3832..c6b54e9 100644
--- a/src/exhaustive/exhaustive.c
+++ b/src/exhaustive/exhaustive.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "exhaustive.h"
#include "anomalous.h"
diff --git a/src/exhaustive/exhaustive.h b/src/exhaustive/exhaustive.h
index 302a788..a7da53f 100644
--- a/src/exhaustive/exhaustive.h
+++ b/src/exhaustive/exhaustive.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file exhaustive.h
diff --git a/src/gen/curve.c b/src/gen/curve.c
index 55fdb3f..69a6656 100644
--- a/src/gen/curve.c
+++ b/src/gen/curve.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "curve.h"
#include "point.h"
diff --git a/src/gen/curve.h b/src/gen/curve.h
index 64a51b2..8b82fa9 100644
--- a/src/gen/curve.h
+++ b/src/gen/curve.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file curve.h
diff --git a/src/gen/equation.c b/src/gen/equation.c
index 4f8a36b..21e3359 100644
--- a/src/gen/equation.c
+++ b/src/gen/equation.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "equation.h"
#include "field.h"
diff --git a/src/gen/equation.h b/src/gen/equation.h
index e0906a5..b344635 100644
--- a/src/gen/equation.h
+++ b/src/gen/equation.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file equation.h
diff --git a/src/gen/field.c b/src/gen/field.c
index cc95bda..ef3d5a4 100644
--- a/src/gen/field.c
+++ b/src/gen/field.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "field.h"
#include "io/input.h"
diff --git a/src/gen/field.h b/src/gen/field.h
index 19edd02..7a16fe4 100644
--- a/src/gen/field.h
+++ b/src/gen/field.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file field.h
diff --git a/src/gen/gens.c b/src/gen/gens.c
index 858ce93..ffa4158 100644
--- a/src/gen/gens.c
+++ b/src/gen/gens.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "gens.h"
#include "exhaustive/arg.h"
diff --git a/src/gen/gens.h b/src/gen/gens.h
index 11b349b..0929bbf 100644
--- a/src/gen/gens.h
+++ b/src/gen/gens.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @brief
diff --git a/src/gen/gp.c b/src/gen/gp.c
index 7824a42..1800f26 100644
--- a/src/gen/gp.c
+++ b/src/gen/gp.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "gp.h"
#include "exhaustive/arg.h"
diff --git a/src/gen/gp.h b/src/gen/gp.h
index da2cdc1..4506816 100644
--- a/src/gen/gp.h
+++ b/src/gen/gp.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file gp.h
diff --git a/src/gen/hex.c b/src/gen/hex.c
index d643bfe..39200a8 100644
--- a/src/gen/hex.c
+++ b/src/gen/hex.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "hex.h"
#include "exhaustive/arg.h"
diff --git a/src/gen/hex.h b/src/gen/hex.h
index 540a709..23621de 100644
--- a/src/gen/hex.h
+++ b/src/gen/hex.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file hex.h
diff --git a/src/gen/order.c b/src/gen/order.c
index 1c9e280..16d597a 100644
--- a/src/gen/order.c
+++ b/src/gen/order.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "order.h"
#include "exhaustive/arg.h"
diff --git a/src/gen/order.h b/src/gen/order.h
index bd1a204..97d31ab 100644
--- a/src/gen/order.h
+++ b/src/gen/order.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file order.h
diff --git a/src/gen/point.c b/src/gen/point.c
index 36717ff..4d716e8 100644
--- a/src/gen/point.c
+++ b/src/gen/point.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "point.h"
#include "exhaustive/arg.h"
diff --git a/src/gen/point.h b/src/gen/point.h
index caea625..c411dee 100644
--- a/src/gen/point.h
+++ b/src/gen/point.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file point.h
diff --git a/src/gen/seed.c b/src/gen/seed.c
index ad56b18..9287adc 100644
--- a/src/gen/seed.c
+++ b/src/gen/seed.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "seed.h"
diff --git a/src/gen/seed.h b/src/gen/seed.h
index 77bfe75..67482e3 100644
--- a/src/gen/seed.h
+++ b/src/gen/seed.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file seed.h
diff --git a/src/invalid/invalid.c b/src/invalid/invalid.c
index cacd459..adcec67 100644
--- a/src/invalid/invalid.c
+++ b/src/invalid/invalid.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "invalid.h"
#include <exhaustive/exhaustive.h>
diff --git a/src/invalid/invalid.h b/src/invalid/invalid.h
index adb29a6..b63d3b8 100644
--- a/src/invalid/invalid.h
+++ b/src/invalid/invalid.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file invalid.h
diff --git a/src/invalid/invalid_thread.c b/src/invalid/invalid_thread.c
index ac1d2f2..a8151c2 100644
--- a/src/invalid/invalid_thread.c
+++ b/src/invalid/invalid_thread.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "invalid_thread.h"
diff --git a/src/invalid/invalid_thread.h b/src/invalid/invalid_thread.h
index d05c29a..3b1e926 100644
--- a/src/invalid/invalid_thread.h
+++ b/src/invalid/invalid_thread.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file invalid_thread.h
diff --git a/src/io/cli.c b/src/io/cli.c
index 702081b..efedb8b 100644
--- a/src/io/cli.c
+++ b/src/io/cli.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "cli.h"
#include <misc/config.h>
diff --git a/src/io/cli.h b/src/io/cli.h
index 6e0ab99..444163d 100644
--- a/src/io/cli.h
+++ b/src/io/cli.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file cli.h
diff --git a/src/io/input.c b/src/io/input.c
index 1ff162c..efe2d2c 100644
--- a/src/io/input.c
+++ b/src/io/input.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#define _POSIX_C_SOURCE 200809L
diff --git a/src/io/input.h b/src/io/input.h
index 5d3ec96..ed184c4 100644
--- a/src/io/input.h
+++ b/src/io/input.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file input.h
diff --git a/src/io/output.c b/src/io/output.c
index 01332b2..df3d6a4 100644
--- a/src/io/output.c
+++ b/src/io/output.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "output.h"
diff --git a/src/io/output.h b/src/io/output.h
index 7ce8018..6381812 100644
--- a/src/io/output.h
+++ b/src/io/output.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file output.h
diff --git a/src/math/poly.c b/src/math/poly.c
index 460770f..d97c4af 100644
--- a/src/math/poly.c
+++ b/src/math/poly.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "poly.h"
diff --git a/src/math/poly.h b/src/math/poly.h
index 89061ce..6552fb2 100644
--- a/src/math/poly.h
+++ b/src/math/poly.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file poly.h
diff --git a/src/math/subgroups.c b/src/math/subgroups.c
index aac58f0..8fe3918 100644
--- a/src/math/subgroups.c
+++ b/src/math/subgroups.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "subgroups.h"
diff --git a/src/math/subgroups.h b/src/math/subgroups.h
index 6cca10f..e08bfa5 100644
--- a/src/math/subgroups.h
+++ b/src/math/subgroups.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file subgroups.h
diff --git a/src/misc/config.c b/src/misc/config.c
index bffde82..78b44ca 100644
--- a/src/misc/config.c
+++ b/src/misc/config.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "config.h"
diff --git a/src/misc/config.h b/src/misc/config.h
index a876b25..de1c95e 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file config.h
diff --git a/src/misc/types.c b/src/misc/types.c
index ab1c229..a9d53e6 100644
--- a/src/misc/types.c
+++ b/src/misc/types.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "types.h"
diff --git a/src/misc/types.h b/src/misc/types.h
index fc84bed..7f2d4a8 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file types.h
diff --git a/src/util/bits.c b/src/util/bits.c
index a0a3795..9c84c43 100644
--- a/src/util/bits.c
+++ b/src/util/bits.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "bits.h"
diff --git a/src/util/bits.h b/src/util/bits.h
index 000d64f..4b33e33 100644
--- a/src/util/bits.h
+++ b/src/util/bits.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file bits.h
diff --git a/src/util/memory.c b/src/util/memory.c
index 6051459..439385c 100644
--- a/src/util/memory.c
+++ b/src/util/memory.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "memory.h"
#include <pari/pari.h>
diff --git a/src/util/memory.h b/src/util/memory.h
index 29b2df9..3355b8b 100644
--- a/src/util/memory.h
+++ b/src/util/memory.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file memory.h
diff --git a/src/util/random.c b/src/util/random.c
index 9af43cc..c754677 100644
--- a/src/util/random.c
+++ b/src/util/random.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#define _POSIX_C_SOURCE 200809L
diff --git a/src/util/random.h b/src/util/random.h
index 96eb210..f78f991 100644
--- a/src/util/random.h
+++ b/src/util/random.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file random.h
diff --git a/src/util/str.c b/src/util/str.c
index 3f9f39c..f213c99 100644
--- a/src/util/str.c
+++ b/src/util/str.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "str.h"
#include <ctype.h>
diff --git a/src/util/str.h b/src/util/str.h
index 9b5709e..8fd2540 100644
--- a/src/util/str.h
+++ b/src/util/str.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file str.h
diff --git a/src/util/timeout.c b/src/util/timeout.c
index fb3053d..d273ecb 100644
--- a/src/util/timeout.c
+++ b/src/util/timeout.c
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
#include "timeout.h"
diff --git a/src/util/timeout.h b/src/util/timeout.h
index 29b837d..7aa3727 100644
--- a/src/util/timeout.h
+++ b/src/util/timeout.h
@@ -1,6 +1,6 @@
/*
* ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
+ * Copyright (C) 2017-2018 J08nY
*/
/**
* @file timeout.h