M common/adif.c +1 -1
@@ 37,7 37,7 @@
#include <hlog/util.h>
#include <hlog/version.h>
-#include "qso_impl.h"
+#include "qso-impl.h"
#define ADIF_VERSION "3.1.4"
M common/qso_impl.h => common/qso-impl.h +0 -0
M common/qso-pack.c +2 -2
@@ 1,5 1,5 @@
/*
- * Copyright (c) 2020-2022 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2020-2023 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ 26,7 26,7 @@
#include <hlog/version.h>
-#include "qso_impl.h"
+#include "qso-impl.h"
#include "hlq.h"
static const struct side_field {
M common/qso.c +2 -2
@@ 1,5 1,5 @@
/*
- * Copyright (c) 2020-2022 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2020-2023 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ 25,7 25,7 @@
#include <jeffpc/rand.h>
#include <jeffpc/mem.h>
-#include "qso_impl.h"
+#include "qso-impl.h"
#include <hlog/bands.h>
#include <hlog/util.h>