Updating file headers
This commit is contained in:
@@ -1,14 +1,17 @@
|
|||||||
//
|
/*
|
||||||
// Author: David Muto
|
******************************************************************************
|
||||||
// https://gist.github.com/pseudomuto/6334796#file-list-c
|
Project: OWA EPANET
|
||||||
//
|
Version: 2.2
|
||||||
// Modified by:
|
Module: util/list.h
|
||||||
// Michael E. Tryby
|
Description: Generic list
|
||||||
// US EPA ORD
|
https://gist.github.com/pseudomuto/6334796#file-list-c
|
||||||
//
|
Accessed: April 9, 2019
|
||||||
// Accessed on: April 9, 2019
|
Authors: David Muto, Modified by Michael E. Tryby
|
||||||
//
|
Copyright: see AUTHORS
|
||||||
|
License: see LICENSE
|
||||||
|
Last Updated: 04/09/2019
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define _CRTDBG_MAP_ALLOC
|
#define _CRTDBG_MAP_ALLOC
|
||||||
|
|||||||
@@ -1,14 +1,17 @@
|
|||||||
//
|
/*
|
||||||
// Author: David Muto
|
******************************************************************************
|
||||||
// https://gist.github.com/pseudomuto/6334796#file-list-h
|
Project: OWA EPANET
|
||||||
//
|
Version: 2.2
|
||||||
// Modified by:
|
Module: util/list.h
|
||||||
// Michael E. Tryby
|
Description: Generic list
|
||||||
// US EPA ORD
|
https://gist.github.com/pseudomuto/6334796#file-list-h
|
||||||
//
|
Accessed: April 9, 2019
|
||||||
// Accessed on: April 9, 2019
|
Authors: David Muto, Modified by Michael E. Tryby
|
||||||
//
|
Copyright: see AUTHORS
|
||||||
|
License: see LICENSE
|
||||||
|
Last Updated: 04/09/2019
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef LIST_H
|
#ifndef LIST_H
|
||||||
#define LIST_H
|
#define LIST_H
|
||||||
|
|||||||
Reference in New Issue
Block a user