mirror of
https://github.com/jrcutler/Tiny_IR_Repeater
synced 2024-12-22 00:24:29 +00:00
Updating template with author, copyright, & license
This commit is contained in:
parent
5f1d6906b7
commit
b5bd237a4e
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
|||||||
# Name: Makefile
|
# Name: Makefile
|
||||||
# Author: <insert your name here>
|
# Author: Justin R. Cutler <justin.r.cutler@gmail.com>
|
||||||
# Copyright: <insert your copyright message here>
|
# Copyright: Copyright 2012 Justin R. Cutler
|
||||||
# License: <insert your license reference here>
|
# License: GPL
|
||||||
|
|
||||||
# This is a prototype Makefile. Modify it according to your needs.
|
# This is a prototype Makefile. Modify it according to your needs.
|
||||||
# You should at least check the settings for
|
# You should at least check the settings for
|
||||||
|
6
main.c
6
main.c
@ -1,7 +1,7 @@
|
|||||||
/* Name: main.c
|
/* Name: main.c
|
||||||
* Author: <insert your name here>
|
* Author: Justin R. Cutler <justin.r.cutler@gmail.com>
|
||||||
* Copyright: <insert your copyright message here>
|
* Copyright: 2012 Justin R. Cutler
|
||||||
* License: <insert your license reference here>
|
* License: GPL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user