diff --git a/LICENSE b/LICENSE index 6f2f39a..7e8803e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ /* SDL2# - C# Wrapper for SDL2 * - * Copyright (c) 2013-2020 Ethan Lee. + * Copyright (c) 2013-2021 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from diff --git a/gitlab-ci/SDL2-CS.nuspec b/gitlab-ci/SDL2-CS.nuspec index 094a90d..718dc26 100644 --- a/gitlab-ci/SDL2-CS.nuspec +++ b/gitlab-ci/SDL2-CS.nuspec @@ -9,7 +9,7 @@ https://github.com/flibitijibibo/SDL2-CS false SDL2# - C# Wrapper for SDL2 - Copyright 2013-2020 + Copyright 2013-2021 SDL2# SDL2 SDL diff --git a/src/SDL2.cs b/src/SDL2.cs index 54e4277..25ed0ff 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -1,7 +1,7 @@ #region License /* SDL2# - C# Wrapper for SDL2 * - * Copyright (c) 2013-2020 Ethan Lee. + * Copyright (c) 2013-2021 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from diff --git a/src/SDL2_image.cs b/src/SDL2_image.cs index 9fa193b..c2b9a56 100644 --- a/src/SDL2_image.cs +++ b/src/SDL2_image.cs @@ -1,7 +1,7 @@ #region License /* SDL2# - C# Wrapper for SDL2 * - * Copyright (c) 2013-2020 Ethan Lee. + * Copyright (c) 2013-2021 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from diff --git a/src/SDL2_mixer.cs b/src/SDL2_mixer.cs index 8c59dad..5b94c1f 100644 --- a/src/SDL2_mixer.cs +++ b/src/SDL2_mixer.cs @@ -1,7 +1,7 @@ #region License /* SDL2# - C# Wrapper for SDL2 * - * Copyright (c) 2013-2020 Ethan Lee. + * Copyright (c) 2013-2021 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from diff --git a/src/SDL2_ttf.cs b/src/SDL2_ttf.cs index 2051b3e..13e3818 100644 --- a/src/SDL2_ttf.cs +++ b/src/SDL2_ttf.cs @@ -1,7 +1,7 @@ #region License /* SDL2# - C# Wrapper for SDL2 * - * Copyright (c) 2013-2020 Ethan Lee. + * Copyright (c) 2013-2021 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from