aboutsummaryrefslogtreecommitdiffstats
path: root/src/libopm
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-05-31 20:51:29 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-05-31 20:51:29 -0400
commitf3179749aec8eec40166576bef7e0daf893939d4 (patch)
tree44014ef5795e7124aa9e6aa007836b448475d01f /src/libopm
parentbe04bd20400b39d225b79691df0e2254a96b8564 (diff)
New upstream version 1.1.7.upstream/1.1.7
Diffstat (limited to 'src/libopm')
-rw-r--r--src/libopm/Makefile.in1
-rw-r--r--src/libopm/src/Makefile.in1
-rw-r--r--src/libopm/src/list.c2
-rw-r--r--src/libopm/src/list.h2
-rw-r--r--src/libopm/src/memory.c2
-rw-r--r--src/libopm/src/memory.h2
6 files changed, 6 insertions, 4 deletions
diff --git a/src/libopm/Makefile.in b/src/libopm/Makefile.in
index 8cd7cee..4af2c99 100644
--- a/src/libopm/Makefile.in
+++ b/src/libopm/Makefile.in
@@ -305,6 +305,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/src/libopm/src/Makefile.in b/src/libopm/src/Makefile.in
index 448f383..99bd4d1 100644
--- a/src/libopm/src/Makefile.in
+++ b/src/libopm/src/Makefile.in
@@ -297,6 +297,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/src/libopm/src/list.c b/src/libopm/src/list.c
index ac1a601..eb237bc 100644
--- a/src/libopm/src/list.c
+++ b/src/libopm/src/list.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2002-2003 Erik Fears
- * Copyright (c) 2014-2019 ircd-hybrid development team
+ * Copyright (c) 2014-2020 ircd-hybrid development team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/libopm/src/list.h b/src/libopm/src/list.h
index 97de670..20dbef2 100644
--- a/src/libopm/src/list.h
+++ b/src/libopm/src/list.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2002-2003 Erik Fears
- * Copyright (c) 2014-2019 ircd-hybrid development team
+ * Copyright (c) 2014-2020 ircd-hybrid development team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/libopm/src/memory.c b/src/libopm/src/memory.c
index 5c68589..abde66b 100644
--- a/src/libopm/src/memory.c
+++ b/src/libopm/src/memory.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2002 Erik Fears
- * Copyright (c) 2014-2019 ircd-hybrid development team
+ * Copyright (c) 2014-2020 ircd-hybrid development team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/libopm/src/memory.h b/src/libopm/src/memory.h
index 3c9a5d7..268be66 100644
--- a/src/libopm/src/memory.h
+++ b/src/libopm/src/memory.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2002 Erik Fears
- * Copyright (c) 2014-2019 ircd-hybrid development team
+ * Copyright (c) 2014-2020 ircd-hybrid development team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by