From 81bb6873f1c0291fecbf6e429ad15ac3db66a4c0 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 12 Mar 2024 22:07:03 +0100 Subject: Legal notices updated Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc. --- FoundationEx/include/Dictionary.h | 2 +- FoundationEx/include/Dictionary.inl.h | 2 +- FoundationEx/include/List.h | 2 +- FoundationEx/include/List.inl.h | 2 +- FoundationEx/include/Reader.h | 2 +- FoundationEx/include/Text.h | 2 +- FoundationEx/include/Utils.h | 2 +- FoundationEx/src/Reader.cpp | 2 +- FoundationEx/src/Text.cpp | 2 +- FoundationEx/src/Utils.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'FoundationEx') diff --git a/FoundationEx/include/Dictionary.h b/FoundationEx/include/Dictionary.h index bcb30ed..2a8382d 100644 --- a/FoundationEx/include/Dictionary.h +++ b/FoundationEx/include/Dictionary.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/Dictionary.inl.h b/FoundationEx/include/Dictionary.inl.h index cd58679..09a0a4c 100644 --- a/FoundationEx/include/Dictionary.inl.h +++ b/FoundationEx/include/Dictionary.inl.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/List.h b/FoundationEx/include/List.h index 54dfcb1..ca55ff6 100644 --- a/FoundationEx/include/List.h +++ b/FoundationEx/include/List.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/List.inl.h b/FoundationEx/include/List.inl.h index 9ccb796..cf526b5 100644 --- a/FoundationEx/include/List.inl.h +++ b/FoundationEx/include/List.inl.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/Reader.h b/FoundationEx/include/Reader.h index ed6aebc..42d5cc0 100644 --- a/FoundationEx/include/Reader.h +++ b/FoundationEx/include/Reader.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/Text.h b/FoundationEx/include/Text.h index 4cf5cc4..851cadf 100644 --- a/FoundationEx/include/Text.h +++ b/FoundationEx/include/Text.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/include/Utils.h b/FoundationEx/include/Utils.h index 731bc01..80fed27 100644 --- a/FoundationEx/include/Utils.h +++ b/FoundationEx/include/Utils.h @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. */ diff --git a/FoundationEx/src/Reader.cpp b/FoundationEx/src/Reader.cpp index 0ca49aa..fec967e 100644 --- a/FoundationEx/src/Reader.cpp +++ b/FoundationEx/src/Reader.cpp @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/src/Text.cpp b/FoundationEx/src/Text.cpp index 1f46c2e..be03ce3 100644 --- a/FoundationEx/src/Text.cpp +++ b/FoundationEx/src/Text.cpp @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. diff --git a/FoundationEx/src/Utils.cpp b/FoundationEx/src/Utils.cpp index 827ecba..b93475f 100644 --- a/FoundationEx/src/Utils.cpp +++ b/FoundationEx/src/Utils.cpp @@ -1,5 +1,5 @@ /* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors + Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. */ -- cgit v1.1