summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-12 22:07:03 +0100
committerAki <please@ignore.pl>2024-03-12 22:07:36 +0100
commit81bb6873f1c0291fecbf6e429ad15ac3db66a4c0 (patch)
treefd7552ecabeeffb45a1fbe3730ab62bc7a64dd85 /FoundationEx
parentf43d32d6d2cc7ecd04f4f06f20d5a6fc2c87c9ae (diff)
downloadstarshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.zip
starshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.tar.gz
starshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.tar.bz2
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.
Diffstat (limited to 'FoundationEx')
-rw-r--r--FoundationEx/include/Dictionary.h2
-rw-r--r--FoundationEx/include/Dictionary.inl.h2
-rw-r--r--FoundationEx/include/List.h2
-rw-r--r--FoundationEx/include/List.inl.h2
-rw-r--r--FoundationEx/include/Reader.h2
-rw-r--r--FoundationEx/include/Text.h2
-rw-r--r--FoundationEx/include/Utils.h2
-rw-r--r--FoundationEx/src/Reader.cpp2
-rw-r--r--FoundationEx/src/Text.cpp2
-rw-r--r--FoundationEx/src/Utils.cpp2
10 files changed, 10 insertions, 10 deletions
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.
*/