diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-01-02 16:57:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-01-02 16:57:55 +0000 |
| commit | 2ced05143844ed2ece25c776a37989e445d08e2d (patch) | |
| tree | 66d0cde525b685040451e034d0a73b8651610ae5 /TextureLoader | |
| parent | Updating file missed in last commit (diff) | |
| download | DiligentTools-2ced05143844ed2ece25c776a37989e445d08e2d.tar.gz DiligentTools-2ced05143844ed2ece25c776a37989e445d08e2d.zip | |
Updated copyright notice
Diffstat (limited to 'TextureLoader')
| -rw-r--r-- | TextureLoader/include/DDSLoader.h | 2 | ||||
| -rw-r--r-- | TextureLoader/include/dxgiformat.h | 2 | ||||
| -rw-r--r-- | TextureLoader/include/pch.h | 2 | ||||
| -rw-r--r-- | TextureLoader/interface/Image.h | 2 | ||||
| -rw-r--r-- | TextureLoader/interface/TextureLoader.h | 2 | ||||
| -rw-r--r-- | TextureLoader/src/DDSLoader.cpp | 2 | ||||
| -rw-r--r-- | TextureLoader/src/Image.cpp | 2 | ||||
| -rw-r--r-- | TextureLoader/src/TextureLoader.cpp | 2 | ||||
| -rw-r--r-- | TextureLoader/src/TextureUtilities.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/TextureLoader/include/DDSLoader.h b/TextureLoader/include/DDSLoader.h index 792c97b..a96e74a 100644 --- a/TextureLoader/include/DDSLoader.h +++ b/TextureLoader/include/DDSLoader.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/include/dxgiformat.h b/TextureLoader/include/dxgiformat.h index dbd766f..b1c9ea1 100644 --- a/TextureLoader/include/dxgiformat.h +++ b/TextureLoader/include/dxgiformat.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/include/pch.h b/TextureLoader/include/pch.h index 52d7889..d3eedd3 100644 --- a/TextureLoader/include/pch.h +++ b/TextureLoader/include/pch.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/interface/Image.h b/TextureLoader/interface/Image.h index b4abdc3..9e1f95c 100644 --- a/TextureLoader/interface/Image.h +++ b/TextureLoader/interface/Image.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/interface/TextureLoader.h b/TextureLoader/interface/TextureLoader.h index 49b01d0..ffc86d0 100644 --- a/TextureLoader/interface/TextureLoader.h +++ b/TextureLoader/interface/TextureLoader.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/src/DDSLoader.cpp b/TextureLoader/src/DDSLoader.cpp index d347433..a685fd9 100644 --- a/TextureLoader/src/DDSLoader.cpp +++ b/TextureLoader/src/DDSLoader.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/src/Image.cpp b/TextureLoader/src/Image.cpp index 13ef57d..f1d7cef 100644 --- a/TextureLoader/src/Image.cpp +++ b/TextureLoader/src/Image.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/src/TextureLoader.cpp b/TextureLoader/src/TextureLoader.cpp index cd40c54..c0fa274 100644 --- a/TextureLoader/src/TextureLoader.cpp +++ b/TextureLoader/src/TextureLoader.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/TextureLoader/src/TextureUtilities.cpp b/TextureLoader/src/TextureUtilities.cpp index 90c5064..74bd302 100644 --- a/TextureLoader/src/TextureUtilities.cpp +++ b/TextureLoader/src/TextureUtilities.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
