Skip to content

Commit

Permalink
Add: License header
Browse files Browse the repository at this point in the history
  • Loading branch information
AreaScout committed Sep 26, 2018
1 parent b79d150 commit 214f8a4
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gpio_button.cpp
@@ -1,3 +1,15 @@
/*
* gpio_button Copyright (C) 2018 Daniel Mehrwald
*
* Access the user button of the OGST Gaming Kit
*
* This program is free software and comes with ABSOLUTELY NO WARRANTY;
* you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation;
* either version 3 of the License, or (at your option) any later version.
*
*/

#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
Expand Down
12 changes: 12 additions & 0 deletions img2fb.cpp
@@ -1,3 +1,15 @@
/*
* img2fb Copyright (C) 2018 Daniel Mehrwald
*
* Display images on the OGST Gaming Kit LCD
*
* This program is free software and comes with ABSOLUTELY NO WARRANTY;
* you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation;
* either version 3 of the License, or (at your option) any later version.
*
*/

#include <algorithm>
#include <string>
#include <stdint.h>
Expand Down
12 changes: 12 additions & 0 deletions osd2fb.cpp
@@ -1,3 +1,15 @@
/*
* osd2fb Copyright (C) 2018 Daniel Mehrwald
*
* Displays on screen messages on the OGST Gaming Kit LCD
*
* This program is free software and comes with ABSOLUTELY NO WARRANTY;
* you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation;
* either version 3 of the License, or (at your option) any later version.
*
*/

#include <algorithm>
#include <string>
#include <iostream>
Expand Down
12 changes: 12 additions & 0 deletions show_info.cpp
@@ -1,3 +1,15 @@
/*
* osd2fb Copyright (C) 2018 Daniel Mehrwald
*
* Displays on screen info on the OGST Gaming Kit LCD
*
* This program is free software and comes with ABSOLUTELY NO WARRANTY;
* you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation;
* either version 3 of the License, or (at your option) any later version.
*
*/

#include <algorithm>
#include <assert.h>
#include <errno.h>
Expand Down

0 comments on commit 214f8a4

Please sign in to comment.