Changeset ee6e802 for lib/format_linux_int.c
- Timestamp:
- 08/29/16 16:09:01 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8485d99
- Parents:
- 756b8f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux_int.c
r6d1c2c0 ree6e802 1 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2007-2015 The University of Waikato, Hamilton, 5 * New Zealand. 6 * 7 * Authors: Daniel Lawson 8 * Perry Lorier 9 * Shane Alcock 10 * Richard Sanger 11 * 2 * 3 * Copyright (c) 2007-2016 The University of Waikato, Hamilton, New Zealand. 12 4 * All rights reserved. 13 5 * 14 * This code has been developed by the University of Waikato WAND 6 * This file is part of libtrace. 7 * 8 * This code has been developed by the University of Waikato WAND 15 9 * research group. For further information please see http://www.wand.net.nz/ 16 10 * 17 11 * libtrace is free software; you can redistribute it and/or modify 18 * it under the terms of the GNU General Public License as published by19 * the Free Software Foundation; either version 2of the License, or12 * it under the terms of the GNU Lesser General Public License as published by 13 * the Free Software Foundation; either version 3 of the License, or 20 14 * (at your option) any later version. 21 15 * … … 23 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 * GNU General Public License for more details. 26 * 27 * You should have received a copy of the GNU General Public License 28 * along with libtrace; if not, write to the Free Software 29 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 * 31 * $Id$ 19 * GNU Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * along with this program. If not, see <http://www.gnu.org/licenses/>. 23 * 32 24 * 33 25 */
Note: See TracChangeset
for help on using the changeset viewer.