Skip to content

Commit c4699bd

Browse files
dhewgbushing
dhewg
authored andcommitted
aaaand some more license crap
1 parent d48c328 commit c4699bd

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

gecko.c

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
boot2 chainloader
55
6+
Copyright (c) 2008 Nuke - <[email protected]>
67
Copyright (C) 2008, 2009 Hector Martin "marcan" <[email protected]>
78
Copyright (C) 2008, 2009 Sven Peter <[email protected]>
89
Copyright (C) 2009 Andre Heider "dhewg" <[email protected]>

gecko.h

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
boot2 chainloader
55
6+
Copyright (c) 2008 Nuke - <[email protected]>
67
Copyright (C) 2008, 2009 Hector Martin "marcan" <[email protected]>
78
Copyright (C) 2008, 2009 Sven Peter <[email protected]>
89
Copyright (C) 2009 Andre Heider "dhewg" <[email protected]>

irq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
IRQ support
55
66
Copyright (C) 2008, 2009 Hector Martin "marcan" <[email protected]>
7-
Copyright (C) 2009 Andre Heider "dhewg" <[email protected]>
87
Copyright (C) 2008, 2009 Sven Peter <[email protected]>
8+
Copyright (C) 2009 Andre Heider "dhewg" <[email protected]>
99
1010
This program is free software; you can redistribute it and/or modify
1111
it under the terms of the GNU General Public License as published by

sdmmc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
SD/MMC interface
55
6-
Copyright (C) 2008, 2009 Sven Peter <[email protected]>
6+
Copyright (C) 2008, 2009 Sven Peter <[email protected]>
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

vsprintf.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 1995 Patrick Powell.
3+
*
4+
* This code is based on code written by Patrick Powell <[email protected]>.
5+
* It may be used for any purpose as long as this notice remains intact on all
6+
* source code distributions.
7+
*/
8+
9+
/*
10+
* Copyright (c) 2008 Holger Weiss.
11+
*
12+
* This version of the code is maintained by Holger Weiss <[email protected]>.
13+
* My changes to the code may freely be used, modified and/or redistributed for
14+
* any purpose. It would be nice if additions and fixes to this file (including
15+
* trivial code cleanups) would be sent back in order to let me include them in
16+
* the version available at <http://www.jhweiss.de/software/snprintf.html>.
17+
* However, this is not a requirement for using or redistributing (possibly
18+
* modified) versions of this file, nor is leaving this notice intact mandatory.
19+
*/
120
#ifndef __VSPRINTF_H__
221
#define __VSPRINTF_H__
322

0 commit comments

Comments
 (0)