Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Added prettier source file header. Contains references to COPYING and…
Browse files Browse the repository at this point in the history
… CREDITS
  • Loading branch information
tuner committed Jan 7, 2011
1 parent 4a88653 commit d91e6ea
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 12 deletions.
9 changes: 7 additions & 2 deletions hash.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifndef HASH_H
#define HASH_H
Expand Down
9 changes: 7 additions & 2 deletions hash_function.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifndef HASH_FUNCTION_H
#define HASH_FUNCTION_H
Expand Down
10 changes: 8 additions & 2 deletions hash_si.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifdef PHP_WIN32
# include "ig_win32.h"
#endif
Expand Down
9 changes: 7 additions & 2 deletions igbinary.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down
9 changes: 7 additions & 2 deletions igbinary.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifndef IGBINARY_H
#define IGBINARY_H
Expand Down
9 changes: 7 additions & 2 deletions php_igbinary.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* Author: Oleg Grenrus <[email protected]>
*/
+----------------------------------------------------------------------+
| See COPYING file for further copyright information |
+----------------------------------------------------------------------+
| Author: Oleg Grenrus <[email protected]> |
| See CREDITS for contributors |
+----------------------------------------------------------------------+
*/

#ifndef PHP_IGBINARY_H
#define PHP_IGBINARY_H
Expand Down

0 comments on commit d91e6ea

Please sign in to comment.