Skip to content

Commit

Permalink
Update all src/ files to include GPLv3 notice
Browse files Browse the repository at this point in the history
The template for the header comment in src/ files was pulled from a project
that utilized the GPLv2.  Since ScopeDesign is licensed with GPLv3, these
headers needed to be updated.  The file headers now also include a copyright
date.

	modified:   demo.c
	modified:   demo.h
	modified:   display.c
	modified:   display.h
	modified:   fitsw.c
	modified:   fitsw.h
	modified:   illumination.c
	modified:   illumination.h
	modified:   imutil.c
	modified:   imutil.h
	modified:   init.c
	modified:   init.h
	modified:   main.c
	modified:   mirrors.c
	modified:   mirrors.h
	modified:   rays.c
	modified:   rays.h
	modified:   sd_defs.h
	modified:   setup.c
	modified:   setup.h
	modified:   ui.c
	modified:   ui.h
	modified:   vectors.c
	modified:   vectors.h
  • Loading branch information
tbowers7 committed Feb 14, 2018
1 parent 0725181 commit 8c79218
Show file tree
Hide file tree
Showing 24 changed files with 120 additions and 144 deletions.
11 changes: 5 additions & 6 deletions src/demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: demo.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/demo.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: demo.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: display.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: display.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/fitsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: fitsw.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/fitsw.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: fitsw.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/illumination.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: illumination.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/illumination.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: illumination.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/imutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: imutil.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/imutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: imutil.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: init.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: init.h
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: main.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
11 changes: 5 additions & 6 deletions src/mirrors.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* A tool for determining the optical consequences of telescope design
* through ray tracing and simulated focal planes.
*
* Timothy P. Ellsworth Bowers
*
* FILE: mirrors.c
*
* This program is free software; you can redistribute it and/or modify
* Copyright (C) 2016-2018 Timothy P. Ellsworth Bowers
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand All @@ -18,8 +18,7 @@
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
Loading

0 comments on commit 8c79218

Please sign in to comment.