diff options
author | Tibo Clausen <tibo.clausen@gmail.com> | 2018-10-01 17:32:39 +0200 |
---|---|---|
committer | Tibo Clausen <tibo.clausen@gmail.com> | 2018-10-01 17:34:15 +0200 |
commit | 0840c8e7846f86c530e72ea6d3f97db0f27f7063 (patch) | |
tree | 91fe7bb09d54b7c49dd67ac0f24bf0a879451759 /src/gaudio | |
parent | 3486e475796b1df79b46dd34119ea72ed74be732 (diff) | |
download | uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2 uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip |
Update license header
Diffstat (limited to 'src/gaudio')
-rw-r--r-- | src/gaudio/gaudio.c | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio.h | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio.mk | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio_driver_play.h | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio_driver_record.h | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio_mk.c | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio_options.h | 2 | ||||
-rw-r--r-- | src/gaudio/gaudio_rules.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/gaudio/gaudio.c b/src/gaudio/gaudio.c index c08f1d85..d5ee0eee 100644 --- a/src/gaudio/gaudio.c +++ b/src/gaudio/gaudio.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "../../gfx.h" diff --git a/src/gaudio/gaudio.h b/src/gaudio/gaudio.h index 0f11c0b4..4be67a99 100644 --- a/src/gaudio/gaudio.h +++ b/src/gaudio/gaudio.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ /** diff --git a/src/gaudio/gaudio.mk b/src/gaudio/gaudio.mk index 1a406755..59b49085 100644 --- a/src/gaudio/gaudio.mk +++ b/src/gaudio/gaudio.mk @@ -1,6 +1,6 @@ # This file is subject to the terms of the GFX License. If a copy of # the license was not distributed with this file, you can obtain one at: # -# http://ugfx.org/license.html +# http://ugfx.io/license.html GFXSRC += $(GFXLIB)/src/gaudio/gaudio.c diff --git a/src/gaudio/gaudio_driver_play.h b/src/gaudio/gaudio_driver_play.h index 69e194c7..9ae26a7c 100644 --- a/src/gaudio/gaudio_driver_play.h +++ b/src/gaudio/gaudio_driver_play.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ /** diff --git a/src/gaudio/gaudio_driver_record.h b/src/gaudio/gaudio_driver_record.h index f7db3d14..516f6aa1 100644 --- a/src/gaudio/gaudio_driver_record.h +++ b/src/gaudio/gaudio_driver_record.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ /** diff --git a/src/gaudio/gaudio_mk.c b/src/gaudio/gaudio_mk.c index 02d58fd8..6f93e9fb 100644 --- a/src/gaudio/gaudio_mk.c +++ b/src/gaudio/gaudio_mk.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gaudio.c" diff --git a/src/gaudio/gaudio_options.h b/src/gaudio/gaudio_options.h index 41373c8f..d7c0d90b 100644 --- a/src/gaudio/gaudio_options.h +++ b/src/gaudio/gaudio_options.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ /** diff --git a/src/gaudio/gaudio_rules.h b/src/gaudio/gaudio_rules.h index 71b732b3..af0bcedf 100644 --- a/src/gaudio/gaudio_rules.h +++ b/src/gaudio/gaudio_rules.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ /** |