diff --git a/src/basename.c b/src/basename.c index f29208d..a953572 100644 --- a/src/basename.c +++ b/src/basename.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/cat.c b/src/cat.c index 38a2d72..1928877 100644 --- a/src/cat.c +++ b/src/cat.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/chgrp.c b/src/chgrp.c index 19ac363..c0f1743 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/chmod.c b/src/chmod.c index ac381f0..b0ac202 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/chown.c b/src/chown.c index be24ccf..4dbcd8e 100644 --- a/src/chown.c +++ b/src/chown.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/cksum.c b/src/cksum.c index 209df54..ebf9d2c 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/cmp.c b/src/cmp.c index a18c400..fc314eb 100644 --- a/src/cmp.c +++ b/src/cmp.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/common.c b/src/common.c index dccd9dd..24d76ae 100644 --- a/src/common.c +++ b/src/common.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/cp.c b/src/cp.c index 9ae75a6..23dc9d9 100644 --- a/src/cp.c +++ b/src/cp.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/df.c b/src/df.c index 002ec68..9db47d0 100644 --- a/src/df.c +++ b/src/df.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/dirname.c b/src/dirname.c index d3ca1df..56f0bda 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/du.c b/src/du.c index 6799019..3c5e886 100644 --- a/src/du.c +++ b/src/du.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/echo.c b/src/echo.c index 1f71fc9..7814f37 100644 --- a/src/echo.c +++ b/src/echo.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/false.c b/src/false.c index a044a69..0a27897 100644 --- a/src/false.c +++ b/src/false.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/file.c b/src/file.c index 1b775f4..d169a31 100644 --- a/src/file.c +++ b/src/file.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/find.c b/src/find.c index f255df7..7e46b7b 100644 --- a/src/find.c +++ b/src/find.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /* TODO: * - check commands validity before starting? * - do all primaries apply to folders? (eg links) */ diff --git a/src/head.c b/src/head.c index d2f9f4d..3a1900f 100644 --- a/src/head.c +++ b/src/head.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/id.c b/src/id.c index 75c61da..1c4d8ba 100644 --- a/src/id.c +++ b/src/id.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/kill.c b/src/kill.c index 7423285..854a374 100644 --- a/src/kill.c +++ b/src/kill.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/link.c b/src/link.c index 5d05ce7..2f155be 100644 --- a/src/link.c +++ b/src/link.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/ln.c b/src/ln.c index 910b511..ebb2ccd 100644 --- a/src/ln.c +++ b/src/ln.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /* TODO * - implement and use _ln_error() */ diff --git a/src/locale.c b/src/locale.c index b0a2dde..7701bb1 100644 --- a/src/locale.c +++ b/src/locale.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/logname.c b/src/logname.c index 9d022d1..79fb370 100644 --- a/src/logname.c +++ b/src/logname.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/ls.c b/src/ls.c index 5ecef1a..a31d686 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /* TODO: use a dynamic array and qsort() instead of lists */ diff --git a/src/mkdir.c b/src/mkdir.c index 83a21f1..1640845 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/mkfifo.c b/src/mkfifo.c index 9259330..3bdead1 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/mv.c b/src/mv.c index b563d7b..8bfec30 100644 --- a/src/mv.c +++ b/src/mv.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/nice.c b/src/nice.c index 283df97..d464e44 100644 --- a/src/nice.c +++ b/src/nice.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/pr.c b/src/pr.c index 3fcc78d..0d17571 100644 --- a/src/pr.c +++ b/src/pr.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/printf.c b/src/printf.c index 017738a..c4b8b4a 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/pwd.c b/src/pwd.c index 3b5ff69..2164504 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/renice.c b/src/renice.c index 0578afa..4a23bd7 100644 --- a/src/renice.c +++ b/src/renice.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/rm.c b/src/rm.c index b2b0cc1..095aab3 100644 --- a/src/rm.c +++ b/src/rm.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/rmdir.c b/src/rmdir.c index 02f6f5f..421920a 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/sleep.c b/src/sleep.c index af73fd4..2c18a0a 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/strings.c b/src/strings.c index d709dfc..0ee5bd6 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/tail.c b/src/tail.c index a4f1330..50c7014 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/test.c b/src/test.c index 0f8e54b..90c1395 100644 --- a/src/test.c +++ b/src/test.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/time.c b/src/time.c index b9ea959..0f0702c 100644 --- a/src/time.c +++ b/src/time.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/touch.c b/src/touch.c index 44f2907..6a512b9 100644 --- a/src/touch.c +++ b/src/touch.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/true.c b/src/true.c index 67cbe88..8629358 100644 --- a/src/true.c +++ b/src/true.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/tty.c b/src/tty.c index 6e5b653..7995e9f 100644 --- a/src/tty.c +++ b/src/tty.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/uname.c b/src/uname.c index 5fae0b0..30ae0e0 100644 --- a/src/uname.c +++ b/src/uname.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/uniq.c b/src/uniq.c index a1d4198..c33e065 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/unlink.c b/src/unlink.c index 808b3f9..99f62fd 100644 --- a/src/unlink.c +++ b/src/unlink.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/wc.c b/src/wc.c index a6dfac8..f8ef46f 100644 --- a/src/wc.c +++ b/src/wc.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ diff --git a/src/who.c b/src/who.c index 81b33f1..511a205 100644 --- a/src/who.c +++ b/src/who.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ -/* utils is not free software; you can redistribute it and/or modify it under - * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 - * Unported as published by the Creative Commons organization. +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. * - * utils is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the Creative Commons Attribution-NonCommercial- - * ShareAlike 3.0 Unported license for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the Creative Commons Attribution- - * NonCommercial-ShareAlike 3.0 along with utils; if not, browse to - * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */