From 0aff5e256dbdebb7423cb2938d6232a6a2428298 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 1 Nov 2009 16:09:55 +0000 Subject: [PATCH] Fixed copyright and license terms --- src/configure.c | 21 ++++++++++----------- src/configure.h | 21 ++++++++++----------- src/makedepend.c | 21 ++++++++++----------- src/makefile.c | 19 +++++++++---------- src/makefile.h | 19 +++++++++---------- src/settings.c | 21 ++++++++++----------- src/settings.h | 22 +++++++++++----------- 7 files changed, 69 insertions(+), 75 deletions(-) diff --git a/src/configure.c b/src/configure.c index 25a6b66..303908c 100644 --- a/src/configure.c +++ b/src/configure.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2008 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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/configure.h b/src/configure.h index bc6d569..68d610c 100644 --- a/src/configure.h +++ b/src/configure.h @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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/makedepend.c b/src/makedepend.c index 71c149e..0b295da 100644 --- a/src/makedepend.c +++ b/src/makedepend.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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: * - parse C files (.c and .h) and update dependencies in project.conf */ diff --git a/src/makefile.c b/src/makefile.c index 500289d..e4d138d 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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/makefile.h b/src/makefile.h index aa21f02..386c8f1 100644 --- a/src/makefile.h +++ b/src/makefile.h @@ -1,18 +1,17 @@ /* $Id$ */ /* Copyright (c) 2007 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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/settings.c b/src/settings.c index 44c282d..cb0855d 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,18 +1,17 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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/settings.h b/src/settings.h index 4d7072f..f2e4617 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,18 +1,18 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Devel configure */ -/* configure 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. * - * configure 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 configure; 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 . */ + #ifndef CONFIGURE_SETTINGS_H