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)