Changeset 9392
- Timestamp:
- Oct 6, 2006, 6:39:26 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 43 edited
-
camtool.c (modified) (1 diff)
-
camtool.h (modified) (1 diff)
-
camtoolConfig.c (modified) (1 diff)
-
chiptool.c (modified) (1 diff)
-
chiptool.h (modified) (1 diff)
-
chiptoolConfig.c (modified) (1 diff)
-
detselect.c (modified) (1 diff)
-
detselect.h (modified) (1 diff)
-
detselectConfig.c (modified) (1 diff)
-
dettool.c (modified) (1 diff)
-
dettool.h (modified) (1 diff)
-
dettoolConfig.c (modified) (1 diff)
-
guidetool.c (modified) (1 diff)
-
guidetool.h (modified) (1 diff)
-
guidetoolConfig.c (modified) (1 diff)
-
p2insertPendingFrames.c (modified) (1 diff)
-
p2pendingToDone.c (modified) (1 diff)
-
p2rawToPending.c (modified) (1 diff)
-
p2searchDoneFrames.c (modified) (1 diff)
-
p2searchPendingFrames.c (modified) (1 diff)
-
p2updatePending.c (modified) (1 diff)
-
pxadmin.c (modified) (1 diff)
-
pxadmin.h (modified) (1 diff)
-
pxadminConfig.c (modified) (1 diff)
-
pxconfig.c (modified) (1 diff)
-
pxframes.c (modified) (1 diff)
-
pxinject.c (modified) (1 diff)
-
pxinject.h (modified) (1 diff)
-
pxinjectConfig.c (modified) (1 diff)
-
pxtables.c (modified) (1 diff)
-
pxtools.h (modified) (1 diff)
-
pzgetexp.c (modified) (1 diff)
-
pzgetexp.h (modified) (1 diff)
-
pzgetexpConfig.c (modified) (1 diff)
-
pzgetimfiles.c (modified) (1 diff)
-
pzgetimfiles.h (modified) (1 diff)
-
pzgetimfilesConfig.c (modified) (1 diff)
-
pztool.c (modified) (1 diff)
-
pztool.h (modified) (1 diff)
-
pztoolConfig.c (modified) (1 diff)
-
regtool.c (modified) (1 diff)
-
regtool.h (modified) (1 diff)
-
regtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r9311 r9392 1 /* 2 * p3tool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/camtool.h
r9274 r9392 1 /* 2 * p3tool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef P3TOOL_H 2 21 #define P3TOOL_H 1 -
trunk/ippTools/src/camtoolConfig.c
r9311 r9392 1 /* 2 * p3toolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/chiptool.c
r9249 r9392 1 /* 2 * p2tool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/chiptool.h
r8658 r9392 1 /* 2 * p2tool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef P2TOOL_H 2 21 #define P2TOOL_H 1 -
trunk/ippTools/src/chiptoolConfig.c
r9057 r9392 1 /* 2 * p2toolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/detselect.c
r9372 r9392 1 /* 2 * detselect.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/detselect.h
r9343 r9392 1 /* 2 * detselect.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef DETSELECT_H 2 21 #define DETSELECT_H 1 -
trunk/ippTools/src/detselectConfig.c
r9345 r9392 1 /* 2 * detselectConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/dettool.c
r9371 r9392 1 /* 2 * dettool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVB_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/dettool.h
r9371 r9392 1 /* 2 * dettool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef DETTOOL_H 2 21 #define DETTOOL_H 1 -
trunk/ippTools/src/dettoolConfig.c
r9371 r9392 1 /* 2 * dettoolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/guidetool.c
r9057 r9392 1 /* 2 * p1tool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/guidetool.h
r8537 r9392 1 /* 2 * p1tool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef P1TOOL_H 2 21 #define P1TOOL_H 1 -
trunk/ippTools/src/guidetoolConfig.c
r9057 r9392 1 /* 2 * p1toolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2insertPendingFrames.c
r9057 r9392 1 /* 2 * p2insertPendingFrames.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2pendingToDone.c
r9057 r9392 1 /* 2 * p2pendingToDone.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2rawToPending.c
r9057 r9392 1 /* 2 * p2rawToPending.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2searchDoneFrames.c
r9057 r9392 1 /* 2 * p2searchDoneFrames.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2searchPendingFrames.c
r9057 r9392 1 /* 2 * p2searchPendingFrames.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/p2updatePending.c
r9057 r9392 1 /* 2 * p2updatePending.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxadmin.c
r9255 r9392 1 /* 2 * pxadmin.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxadmin.h
r9255 r9392 1 /* 2 * pxadmin.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PXADMIN_H 2 21 #define PXADMIN_H 1 -
trunk/ippTools/src/pxadminConfig.c
r9255 r9392 1 /* 2 * pxadminConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxconfig.c
r9254 r9392 1 /* 2 * pxconfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxframes.c
r9057 r9392 1 /* 2 * pxframes.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxinject.c
r9057 r9392 1 /* 2 * pxinject.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxinject.h
r7971 r9392 1 /* 2 * pxinject.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PXINJECT_H 2 21 #define PXINJECT_H 1 -
trunk/ippTools/src/pxinjectConfig.c
r9057 r9392 1 /* 2 * pxinjectConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxtables.c
r9309 r9392 1 /* 2 * pxtables.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pxtools.h
r9256 r9392 1 /* 2 * pxtools.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PXTOOLS_H 2 21 #define PXTOOLS_H 1 -
trunk/ippTools/src/pzgetexp.c
r9256 r9392 1 /* 2 * pzgetexp.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pzgetexp.h
r6837 r9392 1 /* 2 * pzgetexp.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PZGETEXP_H 2 21 #define PZGETEXP_H 1 -
trunk/ippTools/src/pzgetexpConfig.c
r8849 r9392 1 /* 2 * pzgetexpConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pzgetimfiles.c
r9256 r9392 1 /* 2 * pzgetimfiles.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pzgetimfiles.h
r6882 r9392 1 /* 2 * pzgetimfiles.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PZGETIMFILES_H 2 21 #define PZGETIMFILES 1 -
trunk/ippTools/src/pzgetimfilesConfig.c
r9057 r9392 1 /* 2 * pzgetimfilesConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pztool.c
r9057 r9392 1 /* 2 * pztool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/pztool.h
r8536 r9392 1 /* 2 * pztool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef PZTOOL_H 2 21 #define PZTOOL_H 1 -
trunk/ippTools/src/pztoolConfig.c
r9057 r9392 1 /* 2 * pztoolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/regtool.c
r9250 r9392 1 /* 2 * p0tool.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h> -
trunk/ippTools/src/regtool.h
r8292 r9392 1 /* 2 * p0tool.h 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifndef P0TOOL_H 2 21 #define P0TOOL_H 1 -
trunk/ippTools/src/regtoolConfig.c
r9250 r9392 1 /* 2 * p0toolConfig.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 #ifdef HAVE_CONFIG_H 2 21 #include <config.h>
Note:
See TracChangeset
for help on using the changeset viewer.
