Skip to content

Commit 18f4555

Browse files
aeikumivyl
authored andcommitted
Update copyright dates
1 parent bf8ee8e commit 18f4555

File tree

12 files changed

+25
-33
lines changed

12 files changed

+25
-33
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2020, Valve Corporation
1+
Copyright (c) 2018-2022, Valve Corporation
22
All rights reserved.
33

44
Redistribution and use of Proton in source and binary forms is governed

LICENSE.proton

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2020, Valve Corporation
1+
Copyright (c) 2018-2022, Valve Corporation
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

dist.LICENSE

+14-22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2021, Valve Corporation
1+
Copyright (c) 2018-2022, Valve Corporation
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,
@@ -34,7 +34,7 @@ Browse the source code for more information
3434

3535
This software contains a modified version of Wine licensed under the LGPL 2.1. Wine is
3636

37-
Copyright (c) 1993-2021 the Wine project authors
37+
Copyright (c) 1993-2022 the Wine project authors
3838

3939
Visit Wine at
4040

@@ -48,8 +48,8 @@ View our modifications at
4848

4949
This software contains a modified version of DXVK licensed under the zlib/libpng license. DXVK is
5050

51-
Copyright (c) 2017-2021 Philip Rebohle
52-
Copyright (c) 2019-2021 Joshua Ashton
51+
Copyright (c) 2017-2022 Philip Rebohle
52+
Copyright (c) 2019-2022 Joshua Ashton
5353

5454
Visit DXVK at
5555

@@ -61,21 +61,23 @@ View our modifications at
6161

6262
---- ---- ---- ----
6363

64-
This software contains FAudio licensed under the zlib license. FAudio is
64+
This software contains vkd3d-proton licensed under the LGPL 2.1. vkd3d-proton is
6565

66-
Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
66+
Copyright 2016-2022 the vkd3d-proton project authors
6767

68-
Visit FAudio at
68+
Visit vkd3d-proton at
6969

70-
https://github.com/FNA-XNA/FAudio
70+
https://github.com/HansKristian-Work/vkd3d-proton
7171

7272
---- ---- ---- ----
7373

74-
This software contains glib licensed under the LGPL 2.1.
74+
This software contains FAudio licensed under the zlib license. FAudio is
7575

76-
Visit glib at
76+
Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
7777

78-
https://wiki.gnome.org/Projects/GLib
78+
Visit FAudio at
79+
80+
https://github.com/FNA-XNA/FAudio
7981

8082
---- ---- ---- ----
8183

@@ -100,7 +102,7 @@ Visit Liberation Fonts at
100102

101103
This software contains Source Han Sans licensed under the SIL Open Font License, available at LICENSE.OFL. This font is
102104

103-
Copyright 2020 Adobe (http://www.adobe.com/)
105+
Copyright 2014-2021 Adobe (http://www.adobe.com/)
104106

105107
Visit Source Han Sans at
106108

@@ -174,16 +176,6 @@ wine-gecko is available in Source Code form at
174176

175177
---- ---- ---- ----
176178

177-
This software contains vkd3d-proton licensed under the LGPL 2.1. vkd3d-proton is
178-
179-
Copyright 2016-2020 the vkd3d-proton project authors
180-
181-
Visit vkd3d-proton at
182-
183-
https://github.com/HansKristian-Work/vkd3d-proton
184-
185-
---- ---- ---- ----
186-
187179
This software contains orc. Orc is
188180

189181
Copyright 2002 - 2009 David A. Schleef <[email protected]>

media-converter/src/audioconv/imp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/audioconv/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/audioconvbin/imp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/audioconvbin/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/fossilize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/videoconv/imp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

media-converter/src/videoconv/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Valve Corporation
2+
* Copyright (c) 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

steam_helper/steam.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2019, 2020 Valve Corporation
2+
* Copyright (c) 2015, 2019, 2020, 2021, 2022 Valve Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,

0 commit comments

Comments
 (0)