Update license attributions

This commit is contained in:
Francisco Vallarino 2021-07-20 01:03:29 -03:00
parent 8afdafd3c0
commit ca50130dd7
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
/*
Based on code from notnullnotvoid's comment on:
https://seabird.handmade.network/blogs/p/2460-be_aware_of_high_dpi
Author's page: https://handmade.network/m/notnullnotvoid
*/
#if !defined(_WIN32)
void initDpiAwareness() {

View File

@ -1,3 +1,5 @@
// Based on code from cocreature's https://github.com/cocreature/nanovg-hs
#include <GL/glew.h>
#include <stdio.h>

View File

@ -1,6 +1,7 @@
{-|
Module : Monomer.Graphics.FFI
Copyright : (c) 2018 Francisco Vallarino
Copyright : (c) 2018 Francisco Vallarino,
(c) 2016 Moritz Kiefer
License : BSD-3-Clause (see the LICENSE file)
Maintainer : fjvallarino@gmail.com
Stability : experimental