Skip to content

Commit

Permalink
Move LRUCache11
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 11, 2023
1 parent 25149f0 commit a8c4fc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions COPYING.NONGPL
Expand Up @@ -15,6 +15,8 @@ data/base/texpages/page-25-sky-urban.png
- MIT, Copyright 2017 Discord, Inc.
3rdparty/json/*
- MIT, Copyright (c) 2013-2018 Niels Lohmann <http://nlohmann.me>
3rdparty/LRUCache11/*
- ISC License, Copyright (c) 2012-22 SAURAV MOHAPATRA (https://github.com/mohaps/lrucache11)
3rdparty/micro-ecc/*
- BSD, Copyright (c) 2014, Kenneth MacKay (https://github.com/kmackay/micro-ecc)
3rdparty/sha/*
Expand Down Expand Up @@ -73,8 +75,6 @@ lib/exceptionhandler/3rdparty/StackWalker.*
- BSD 3-Clause License - Copyright (c) 2005 - 2017, Jochen Kalmbach (https://github.com/JochenKalmbach/StackWalker)
lib/ivis_opengl/3rdparty/etcpak/*
- BSD 3-Clause License, Copyright (c) 2013-2021, Bartosz Taudul <wolf@nereid.pl> (https://github.com/wolfpld/etcpak)
lib/ivis_opengl/3rdparty/LRUCache11.hpp
- ISC License, Copyright (c) 2012-22 SAURAV MOHAPATRA (https://github.com/mohaps/lrucache11)
lib/ivis_opengl/3rdparty/ska_sort.hpp
- Boost Software License 1.0, Copyright Malte Skarupke 2016 (https://github.com/skarupke/ska_sort)
lib/ivis_opengl/3rdparty/stb_image_resize.h
Expand Down
2 changes: 1 addition & 1 deletion lib/ivis_opengl/textdraw.cpp
Expand Up @@ -78,7 +78,7 @@ static float font_colour[4] = {1.f, 1.f, 1.f, 1.f};
# define USE_NEW_FRIBIDI_API (FRIBIDI_MAJOR_VERSION >= 1)
#endif // defined(WZ_FRIBIDI_ENABLED)

#include "3rdparty/LRUCache11.hpp"
#include <LRUCache11/LRUCache11.hpp>

float _horizScaleFactor = 1.0f;
float _vertScaleFactor = 1.0f;
Expand Down
8 changes: 4 additions & 4 deletions pkg/copyright
Expand Up @@ -67,10 +67,6 @@ Files: lib/ivis_opengl/3rdparty/etcpak/*
Copyright: 2013-2021 Bartosz Taudul <wolf@nereid.pl>
License: BSD-3-clause-etcpak

Files: lib/ivis_opengl/3rdparty/LRUCache11.hpp
Copyright: 2012-2022 SAURAV MOHAPATRA
License: ISC

Files: lib/ivis_opengl/3rdparty/ska_sort.hpp
Copyright: 2016 Malte Skarupke
License: BSL-1.0
Expand Down Expand Up @@ -159,6 +155,10 @@ Files: 3rdparty/launchinfo/*
Copyright: 2020 past-due
License: Expat

Files: 3rdparty/LRUCache11/*
Copyright: 2012-2022 SAURAV MOHAPATRA
License: ISC

Files: 3rdparty/mINI/*
Copyright: 2018 Danijel Durakovic
License: Expat
Expand Down

0 comments on commit a8c4fc8

Please sign in to comment.