From d569347cc605124e366b7278a7e50ea51010a5b7 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 27 Jan 2022 20:24:53 -0500 Subject: [PATCH] work on updating copyright date --- LICENSE | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 643da77..43af88d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, Ruthenic. +Copyright (c) 2021-2022, Ruthenic. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile b/Makefile index 930ceac..ec792e2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = "\"0.3.2\\n© Ruthenic, 2021\"" +VERSION = "\"0.3.2\\n© Ruthenic, 2021-2022\"" CC ?= gcc target ?= $(shell ${CC} -dumpmachine)