aboutsummaryrefslogtreecommitdiff
path: root/src/gen
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen')
-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
18 files changed, 18 insertions, 18 deletions
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