diff --git a/src/freebsd.c b/src/freebsd.c index d7b03d7..3ced56f 100644 --- a/src/freebsd.c +++ b/src/freebsd.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/freebsd.h b/src/freebsd.h index b02da9d..011d4f6 100644 --- a/src/freebsd.h +++ b/src/freebsd.h @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/linux.c b/src/linux.c index 92f002b..307bb58 100644 --- a/src/linux.c +++ b/src/linux.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/linux.h b/src/linux.h index eda3ac1..14a65ea 100644 --- a/src/linux.h +++ b/src/linux.h @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/netbsd.c b/src/netbsd.c index 2d6ad45..a074ea2 100644 --- a/src/netbsd.c +++ b/src/netbsd.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/netbsd.h b/src/netbsd.h index eb04045..340706b 100644 --- a/src/netbsd.h +++ b/src/netbsd.h @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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/strace.c b/src/strace.c index 934a80c..5821e04 100644 --- a/src/strace.c +++ b/src/strace.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel strace */ -/* strace 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. * - * strace 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 strace; 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 . */