aboutsummaryrefslogtreecommitdiffstats
path: root/gen
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-01-15 22:28:02 -0700
committerGavin Howard <yzena.tech@gmail.com>2020-01-15 22:28:02 -0700
commit8e97a5ead98c72aaccf48088a0ae2320f657eea7 (patch)
treec8ff9bbe08a9cf9baf881e60d425198a1601cfeb /gen
parentdfffb6091677655c01c7b705a489e6ba220b988f (diff)
parente5ac38e527fc5cafa9109c274b5ce4cccf04eeae (diff)
downloadplatform_external_bc-8e97a5ead98c72aaccf48088a0ae2320f657eea7.tar.gz
platform_external_bc-8e97a5ead98c72aaccf48088a0ae2320f657eea7.tar.bz2
platform_external_bc-8e97a5ead98c72aaccf48088a0ae2320f657eea7.zip
Merge branch 'master' into rand
Diffstat (limited to 'gen')
-rw-r--r--gen/bc_help.txt2
-rw-r--r--gen/dc_help.txt2
-rw-r--r--gen/lib.bc2
-rw-r--r--gen/lib2.bc2
-rw-r--r--gen/strgen.c4
5 files changed, 6 insertions, 6 deletions
diff --git a/gen/bc_help.txt b/gen/bc_help.txt
index 8272246a..648ed252 100644
--- a/gen/bc_help.txt
+++ b/gen/bc_help.txt
@@ -1,7 +1,7 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2019 Gavin D. Howard and contributors.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* All rights reserved.
*
diff --git a/gen/dc_help.txt b/gen/dc_help.txt
index be064d92..18e990d9 100644
--- a/gen/dc_help.txt
+++ b/gen/dc_help.txt
@@ -1,7 +1,7 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2019 Gavin D. Howard and contributors.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* All rights reserved.
*
diff --git a/gen/lib.bc b/gen/lib.bc
index bdde8a77..8b60cb97 100644
--- a/gen/lib.bc
+++ b/gen/lib.bc
@@ -1,7 +1,7 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2019 Gavin D. Howard and contributors.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* All rights reserved.
*
diff --git a/gen/lib2.bc b/gen/lib2.bc
index 6021512e..fb21bb2f 100644
--- a/gen/lib2.bc
+++ b/gen/lib2.bc
@@ -1,7 +1,7 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2019 Gavin D. Howard and contributors.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* All rights reserved.
*
diff --git a/gen/strgen.c b/gen/strgen.c
index bd7588c3..d741c1a7 100644
--- a/gen/strgen.c
+++ b/gen/strgen.c
@@ -1,7 +1,7 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2019 Gavin D. Howard and contributors.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* All rights reserved.
*
@@ -43,7 +43,7 @@
#include <libgen.h>
static const char* const bc_gen_header =
- "// Copyright (c) 2018-2019 Gavin D. Howard and contributors.\n"
+ "// Copyright (c) 2018-2020 Gavin D. Howard and contributors.\n"
"// Licensed under the 2-clause BSD license.\n"
"// *** AUTOMATICALLY GENERATED FROM %s. DO NOT MODIFY. ***\n";