From 3526944bff41f508c59a94a62f3ec3e02dcbf6b8 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Mon, 22 Aug 2011 21:42:45 -0500 Subject: [PATCH] Update LGPL header in Celestron source files. TNX to Lucian Laga, YO6PLB, for the notification. --- celestron/celestron.c | 26 +++++++++++++------------- celestron/celestron.h | 18 +++++++++--------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/celestron/celestron.c b/celestron/celestron.c index 6b5bc6094..72b567903 100644 --- a/celestron/celestron.c +++ b/celestron/celestron.c @@ -2,19 +2,19 @@ * Hamlib Rotator backend - Celestron * Copyright (c) 2011 by Stephane Fillod * - * This library is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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 Library General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -109,10 +109,10 @@ celestron_set_position(ROT *rot, azimuth_t az, elevation_t el) { char cmdstr[32]; int retval; - + rig_debug(RIG_DEBUG_TRACE, "%s called: %f %f\n", __func__, az, el); - - /* + + /* Note: if the telescope has not been aligned, the RA/DEC values will not be meaningful and the AZM-ALT values will be relative to where the telescope was powered on. After alignment, RA/DEC values will reflect the actual sky, azimuth will be indexed to North equals 0 and altitude will be indexed with 0 equal to the orientation where the optical @@ -168,7 +168,7 @@ celestron_stop(ROT *rot) /* Cancel Goto */ retval = celestron_transaction(rot, "M", NULL, 0); - + return retval; } diff --git a/celestron/celestron.h b/celestron/celestron.h index 6e7b9f76b..dfa480b1d 100644 --- a/celestron/celestron.h +++ b/celestron/celestron.h @@ -1,19 +1,19 @@ /* * Hamlib Rotator backend - Celestron interface protocol * - * This library is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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 Library General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */