- Timestamp:
- Oct 29, 2007, 1:49:05 AM (18 years ago)
- Location:
- trunk/kStuff/kHlp
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kHlp/Generic/kHlpGetEnvUZ.c
r3575 r3608 5 5 6 6 /* 7 * Copyright (c) 2006-2007 knut st. osmundsen <bird- src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpGetExt.c
r3575 r3608 5 5 6 6 /* 7 * Copyright (c) 2006-2007 knut st. osmundsen <bird- src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpGetFilename.c
r3575 r3608 5 5 6 6 /* 7 * Copyright (c) 2006-2007 knut st. osmundsen <bird- src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpInt2Ascii.c
r3573 r3608 5 5 6 6 /* 7 * Copyright (c) 2006-2007 knut st. osmundsen <bird- src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpIsFilenameOnly.c
r3575 r3608 5 5 6 6 /* 7 * Copyright (c) 2006-2007 knut st. osmundsen <bird- src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemChr.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemCopy.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemICompAscii.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemMove.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemPComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemPCopy.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemPMove.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemPSet.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpMemSet.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpPage.c
r3599 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrCat.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrChr.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrCopy.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrICompAscii.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrIPCompAscii.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrLen.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNCat.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNICompAscii.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNIPCompAscii.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNLen.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNPCat.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrNPComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrPCat.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrPComp.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrPCopy.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Generic/kHlpStrRChr.c
r3574 r3608 5 5 6 6 /* 7 * Copyright (c) 200 7 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 * 9 9 * This file is part of kStuff. … … 14 14 * version 2.1 of the License, or (at your option) any later version. 15 15 * 16 * In addition to the permissions in the GNU Lesser General Public 17 * License, you are granted unlimited permission to link the compiled 18 * version of this file into combinations with other programs, and to 19 * distribute those combinations without any restriction coming from 20 * the use of this file. 21 * 16 22 * kStuff is distributed in the hope that it will be useful, 17 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 21 27 * You should have received a copy of the GNU Lesser General Public 22 28 * License along with kStuff; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA24 * 29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 30 * 02110-1301, USA 25 31 */ 26 32 -
trunk/kStuff/kHlp/Makefile.kmk
r3581 r3608 5 5 6 6 # 7 # Copyright (c) 200 6-2007 knut st. osmundsen <bird-src-spam@anduin.net>7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 # 9 9 # This file is part of kStuff.
Note:
See TracChangeset
for help on using the changeset viewer.