diff --git a/LICENSE b/LICENSE index db0584917..571dc45de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2020, Valve Corporation +Copyright (c) 2018-2022, Valve Corporation All rights reserved. Redistribution and use of Proton in source and binary forms is governed diff --git a/LICENSE.proton b/LICENSE.proton index f02b4168d..6118cfbf8 100644 --- a/LICENSE.proton +++ b/LICENSE.proton @@ -1,4 +1,4 @@ -Copyright (c) 2018-2020, Valve Corporation +Copyright (c) 2018-2022, Valve Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/dist.LICENSE b/dist.LICENSE index 3c5681b3b..82f862ecd 100644 --- a/dist.LICENSE +++ b/dist.LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2021, Valve Corporation +Copyright (c) 2018-2022, Valve Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -34,7 +34,7 @@ Browse the source code for more information This software contains a modified version of Wine licensed under the LGPL 2.1. Wine is - Copyright (c) 1993-2021 the Wine project authors + Copyright (c) 1993-2022 the Wine project authors Visit Wine at @@ -48,8 +48,8 @@ View our modifications at This software contains a modified version of DXVK licensed under the zlib/libpng license. DXVK is - Copyright (c) 2017-2021 Philip Rebohle - Copyright (c) 2019-2021 Joshua Ashton + Copyright (c) 2017-2022 Philip Rebohle + Copyright (c) 2019-2022 Joshua Ashton Visit DXVK at @@ -61,21 +61,23 @@ View our modifications at ---- ---- ---- ---- -This software contains FAudio licensed under the zlib license. FAudio is +This software contains vkd3d-proton licensed under the LGPL 2.1. vkd3d-proton is - Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team + Copyright 2016-2022 the vkd3d-proton project authors -Visit FAudio at +Visit vkd3d-proton at - https://github.com/FNA-XNA/FAudio + https://github.com/HansKristian-Work/vkd3d-proton ---- ---- ---- ---- -This software contains glib licensed under the LGPL 2.1. +This software contains FAudio licensed under the zlib license. FAudio is -Visit glib at + Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team - https://wiki.gnome.org/Projects/GLib +Visit FAudio at + + https://github.com/FNA-XNA/FAudio ---- ---- ---- ---- @@ -100,7 +102,7 @@ Visit Liberation Fonts at This software contains Source Han Sans licensed under the SIL Open Font License, available at LICENSE.OFL. This font is - Copyright 2020 Adobe (http://www.adobe.com/) + Copyright 2014-2021 Adobe (http://www.adobe.com/) Visit Source Han Sans at @@ -174,16 +176,6 @@ wine-gecko is available in Source Code form at ---- ---- ---- ---- -This software contains vkd3d-proton licensed under the LGPL 2.1. vkd3d-proton is - - Copyright 2016-2020 the vkd3d-proton project authors - -Visit vkd3d-proton at - - https://github.com/HansKristian-Work/vkd3d-proton - ----- ---- ---- ---- - This software contains orc. Orc is Copyright 2002 - 2009 David A. Schleef diff --git a/media-converter/src/audioconv/imp.rs b/media-converter/src/audioconv/imp.rs index cc98b004f..4a10ef826 100644 --- a/media-converter/src/audioconv/imp.rs +++ b/media-converter/src/audioconv/imp.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/audioconv/mod.rs b/media-converter/src/audioconv/mod.rs index 870f010e8..cdd391a5c 100644 --- a/media-converter/src/audioconv/mod.rs +++ b/media-converter/src/audioconv/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/audioconvbin/imp.rs b/media-converter/src/audioconvbin/imp.rs index 9a363b50e..cd33f6295 100644 --- a/media-converter/src/audioconvbin/imp.rs +++ b/media-converter/src/audioconvbin/imp.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/audioconvbin/mod.rs b/media-converter/src/audioconvbin/mod.rs index 660eb929a..ce2111b99 100644 --- a/media-converter/src/audioconvbin/mod.rs +++ b/media-converter/src/audioconvbin/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/fossilize.rs b/media-converter/src/fossilize.rs index b2b4a9d45..f9ac1f95f 100644 --- a/media-converter/src/fossilize.rs +++ b/media-converter/src/fossilize.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/lib.rs b/media-converter/src/lib.rs index 58ffd1597..c3ed7e8ea 100644 --- a/media-converter/src/lib.rs +++ b/media-converter/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/videoconv/imp.rs b/media-converter/src/videoconv/imp.rs index 6cdc14633..5fd52243e 100644 --- a/media-converter/src/videoconv/imp.rs +++ b/media-converter/src/videoconv/imp.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/media-converter/src/videoconv/mod.rs b/media-converter/src/videoconv/mod.rs index e3a418006..aaa6089aa 100644 --- a/media-converter/src/videoconv/mod.rs +++ b/media-converter/src/videoconv/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Valve Corporation + * Copyright (c) 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp index 7e27867dc..a103ad01f 100644 --- a/steam_helper/steam.cpp +++ b/steam_helper/steam.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2019, 2020 Valve Corporation + * Copyright (c) 2015, 2019, 2020, 2021, 2022 Valve Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification,