comparison src/octave.cc @ 1315:611d403c7f3d

[project @ 1995-06-25 19:56:32 by jwe]
author jwe
date Sun, 25 Jun 1995 19:56:32 +0000
parents 4acabfbdd381
children 94697d007075
comparison
equal deleted inserted replaced
1314:64f9e0f82060 1315:611d403c7f3d
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details. 16 for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 21
22 */ 22 */
23 23
24 // Born February 20, 1992. 24 // Born February 20, 1992.
25 25
764 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ 764 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
765 GNU General Public License for more details.\n\ 765 GNU General Public License for more details.\n\
766 \n\ 766 \n\
767 You should have received a copy of the GNU General Public License\n\ 767 You should have received a copy of the GNU General Public License\n\
768 along with this program. If not, write to the Free Software\n\ 768 along with this program. If not, write to the Free Software\n\
769 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\n\ 769 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\
770 \n"; 770 \n";
771 771
772 output_buf << ends; 772 output_buf << ends;
773 maybe_page_output (output_buf); 773 maybe_page_output (output_buf);
774 774