sheepy

build system (sheepy) and package manager (spm) for C
git clone https://spartatek.se/git/sheepy.git
Log | Files | Refs | README | LICENSE

commit 8b08a02241418d492fe83ec1fb8d03158eaa3f7c
parent 9ae102222d6bf11dbe2d522d591f50ec7c6808c9
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri,  1 Jan 2021 20:37:13 +0100

update copyright year

Diffstat:
MLICENSE | 2+-
Msrc/common.c | 2+-
Msrc/common.h | 2+-
Msrc/sheepy.c | 2+-
Msrc/sheepy.h | 2+-
Msrc/spm.c | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Remy Noulin +Copyright (c) 2021 Remy Noulin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/common.c b/src/common.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020 Remy Noulin +// Copyright (c) 2021 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/common.h b/src/common.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020 Remy Noulin +// Copyright (c) 2021 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/sheepy.c b/src/sheepy.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020 Remy Noulin +// Copyright (c) 2021 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/sheepy.h b/src/sheepy.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020 Remy Noulin +// Copyright (c) 2021 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/spm.c b/src/spm.c @@ -1,7 +1,7 @@ #! /usr/bin/env sheepy // MIT License // -// Copyright (c) 2020 Remy Noulin +// Copyright (c) 2021 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal