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 # 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
View File

@ -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>