From 8e4a1e11b964e446370df12fbc2d072eb31a7fda Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 7 May 2008 17:20:35 +0200 Subject: [PATCH] src/*.[ch]: Added GPLv2 license information. --- src/sn-cut.c | 21 +++++++++++++++++++++ src/sn-evolution.c | 21 +++++++++++++++++++++ src/sn-merge.c | 21 +++++++++++++++++++++ src/sn-normalize.c | 21 +++++++++++++++++++++ src/sn-show.c | 21 +++++++++++++++++++++ src/sn-tex.c | 21 +++++++++++++++++++++ src/sn_comparator.c | 21 +++++++++++++++++++++ src/sn_comparator.h | 21 +++++++++++++++++++++ src/sn_network.c | 21 +++++++++++++++++++++ src/sn_network.h | 21 +++++++++++++++++++++ src/sn_population.c | 21 +++++++++++++++++++++ src/sn_population.h | 21 +++++++++++++++++++++ src/sn_random.c | 21 +++++++++++++++++++++ src/sn_random.h | 21 +++++++++++++++++++++ src/sn_stage.c | 21 +++++++++++++++++++++ src/sn_stage.h | 21 +++++++++++++++++++++ 16 files changed, 336 insertions(+) diff --git a/src/sn-cut.c b/src/sn-cut.c index 1227723..cb68fcd 100644 --- a/src/sn-cut.c +++ b/src/sn-cut.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-cut.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include #include diff --git a/src/sn-evolution.c b/src/sn-evolution.c index f9b5f0b..9699fcb 100644 --- a/src/sn-evolution.c +++ b/src/sn-evolution.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-evolution.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #define _ISOC99_SOURCE #define _POSIX_C_SOURCE 200112L diff --git a/src/sn-merge.c b/src/sn-merge.c index 4649389..abc03b2 100644 --- a/src/sn-merge.c +++ b/src/sn-merge.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-merge.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include diff --git a/src/sn-normalize.c b/src/sn-normalize.c index 320555f..0c0376d 100644 --- a/src/sn-normalize.c +++ b/src/sn-normalize.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-normalize.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include #include diff --git a/src/sn-show.c b/src/sn-show.c index cd6ea3d..cf24a59 100644 --- a/src/sn-show.c +++ b/src/sn-show.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-show.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include diff --git a/src/sn-tex.c b/src/sn-tex.c index deb55b4..4346182 100644 --- a/src/sn-tex.c +++ b/src/sn-tex.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn-tex.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include diff --git a/src/sn_comparator.c b/src/sn_comparator.c index 6bfc611..c087b2d 100644 --- a/src/sn_comparator.c +++ b/src/sn_comparator.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_comparator.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include diff --git a/src/sn_comparator.h b/src/sn_comparator.h index dcdc136..e5bb3dd 100644 --- a/src/sn_comparator.h +++ b/src/sn_comparator.h @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_comparator.h + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef SN_COMPARATOR_H #define SN_COMPARATOR_H 1 diff --git a/src/sn_network.c b/src/sn_network.c index e2a8df8..3fdb719 100644 --- a/src/sn_network.c +++ b/src/sn_network.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_network.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include #include diff --git a/src/sn_network.h b/src/sn_network.h index 35c2063..6aebf4a 100644 --- a/src/sn_network.h +++ b/src/sn_network.h @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_network.h + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef SN_NETWORK_H #define SN_NETWORK_H 1 diff --git a/src/sn_population.c b/src/sn_population.c index 11063e0..2bb6052 100644 --- a/src/sn_population.c +++ b/src/sn_population.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_population.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #define _ISOC99_SOURCE #define _POSIX_C_SOURCE 200112L diff --git a/src/sn_population.h b/src/sn_population.h index e7279da..00aad13 100644 --- a/src/sn_population.h +++ b/src/sn_population.h @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_population.h + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef SN_POPULATION_H #define SN_POPULATION_H 1 diff --git a/src/sn_random.c b/src/sn_random.c index c67b451..368087f 100644 --- a/src/sn_random.c +++ b/src/sn_random.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_random.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #define _ISOC99_SOURCE #define _POSIX_C_SOURCE 200112L diff --git a/src/sn_random.h b/src/sn_random.h index 3c01c56..5143264 100644 --- a/src/sn_random.h +++ b/src/sn_random.h @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_random.h + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef SN_RANDOM_H #define SN_RANDOM_H 1 diff --git a/src/sn_stage.c b/src/sn_stage.c index 85ec45d..bbc311c 100644 --- a/src/sn_stage.c +++ b/src/sn_stage.c @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_stage.c + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include #include diff --git a/src/sn_stage.h b/src/sn_stage.h index 514c4ad..4a57f5e 100644 --- a/src/sn_stage.h +++ b/src/sn_stage.h @@ -1,3 +1,24 @@ +/** + * collectd - src/sn_stage.h + * Copyright (C) 2008 Florian octo Forster + * + * 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; only version 2 of the License is applicable. + * + * 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 GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef SN_STAGE_H #define SN_STAGE_H 1 -- 2.11.0