Update copyright info

What's the point in continuing to commit as Bryan?  I'd rather commit as
me :)

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Bryan Schumaker 2013-08-07 21:00:09 -04:00 committed by Anna Schumaker
parent f76021be99
commit 8c4e515145
10 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013 (c) Bryan Schumaker.
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_FILE_H
#define OCARINA_FILE_H

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 Bryan Schumaker.
* Copyright (c) 2013 Anna Schumaker.
*/
#ifndef OCARINA_PRINT_H
#define OCARINA_PRINT_H

View File

@ -1,3 +1,6 @@
/*
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_TEST_H
#define OCARINA_TEST_H
#ifdef CONFIG_TEST

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013 (c) Bryan Schumaker.
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_VERSION_H
#define OCARINA_VERSION_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013 (c) Bryan Schumaker.
* Copyright 2013 (c) Anna Schumaker.
*/
#include <file.h>
#include <print.h>

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013 (c) Bryan Schumaker.
* Copyright 2013 (c) Anna Schumaker.
*/
#include <test.h>

View File

@ -1,4 +1,5 @@
/*
* Copyright 2013 (c) Anna Schumaker.
* Prints version info to the screen when compiled in debug mode
*/
#include <print.h>

View File

@ -1,4 +1,5 @@
/*
* Copyright 2013 (c) Anna Schumaker.
* Test that a file object can be created and resolves paths correctly.
*/
#include <file.h>

View File

@ -1,4 +1,5 @@
/*
* Copyright 2013 (c) Anna Schumaker.
* Test reading and writing to files
*/
#include <file.h>

View File

@ -1,4 +1,5 @@
/*
* Copyright 2013 (c) Anna Schumaker.
* Test opening files under various conditions
*/
#include <file.h>