Updating template with author, copyright, & license

This commit is contained in:
Justin R. Cutler 2012-12-24 09:59:03 -08:00
parent 5f1d6906b7
commit b5bd237a4e
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Name: Makefile
# Author: <insert your name here>
# Copyright: <insert your copyright message here>
# License: <insert your license reference here>
# Author: Justin R. Cutler <justin.r.cutler@gmail.com>
# Copyright: Copyright 2012 Justin R. Cutler
# License: GPL
# This is a prototype Makefile. Modify it according to your needs.
# You should at least check the settings for

6
main.c
View File

@ -1,7 +1,7 @@
/* Name: main.c
* Author: <insert your name here>
* Copyright: <insert your copyright message here>
* License: <insert your license reference here>
* Author: Justin R. Cutler <justin.r.cutler@gmail.com>
* Copyright: 2012 Justin R. Cutler
* License: GPL
*/
#include <avr/io.h>