diff --git a/src/incoming.c b/src/incoming.c index e46436e..5e6725c 100644 --- a/src/incoming.c +++ b/src/incoming.c @@ -3,20 +3,9 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ /* diff --git a/src/inet_ntop.c b/src/inet_ntop.c index 21668ff..02ddece 100644 --- a/src/inet_ntop.c +++ b/src/inet_ntop.c @@ -3,20 +3,9 @@ * * (c) Matti Aarnio, OH2MQK, * - * 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; either version 2 of the License, or - * (at your option) any later version. + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ /* Copyright (c) 1996 by Internet Software Consortium. * diff --git a/src/inet_pton.c b/src/inet_pton.c index 4f073a6..3daedf8 100644 --- a/src/inet_pton.c +++ b/src/inet_pton.c @@ -3,20 +3,9 @@ * * (c) Matti Aarnio, OH2MQK, * - * 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; either version 2 of the License, or - * (at your option) any later version. + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ /* Copyright (c) 1996 by Internet Software Consortium. * diff --git a/src/keyhash.c b/src/keyhash.c index aaadb48..0f82595 100644 --- a/src/keyhash.c +++ b/src/keyhash.c @@ -3,19 +3,8 @@ * * (c) Matti Aarnio, OH2MQK, * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/login.c b/src/login.c index e98c901..571ac58 100644 --- a/src/login.c +++ b/src/login.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/netlib.c b/src/netlib.c index 8358ab0..cea5d2a 100644 --- a/src/netlib.c +++ b/src/netlib.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/outgoing.c b/src/outgoing.c index d975746..5a19eac 100644 --- a/src/outgoing.c +++ b/src/outgoing.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/parse_aprs.c b/src/parse_aprs.c index c905590..5745a01 100644 --- a/src/parse_aprs.c +++ b/src/parse_aprs.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/parse_qc.c b/src/parse_qc.c index 5e8b10c..f0018d6 100644 --- a/src/parse_qc.c +++ b/src/parse_qc.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/uplink.c b/src/uplink.c index 1d46b6f..3507535 100644 --- a/src/uplink.c +++ b/src/uplink.c @@ -3,19 +3,8 @@ * * (c) Matti Aarnio, OH2MQK, * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/worker.c b/src/worker.c index 450ba9e..8e7106f 100644 --- a/src/worker.c +++ b/src/worker.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */ diff --git a/src/xpoll.c b/src/xpoll.c index aa1f310..7e91f73 100644 --- a/src/xpoll.c +++ b/src/xpoll.c @@ -3,19 +3,8 @@ * * (c) Heikki Hannikainen, OH7LZB * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * This program is licensed under the BSD license, which can be found + * in the file LICENSE. * */