Skip to content

Commit

Permalink
Added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Jun 11, 2011
1 parent 108dd5e commit 8c5aa77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/meshping/nodeconfig.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
*/

#include <WProgram.h>
#include <avr/eeprom.h>
#include <avr/pgmspace.h>
Expand Down
8 changes: 8 additions & 0 deletions examples/meshping/nodeconfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
*/

#ifndef __NODECONFIG_H__
#define __NODECONFIG_H__

Expand Down

0 comments on commit 8c5aa77

Please sign in to comment.