cfrstd.cxx (672406ed) cfrstd.cxx (507825dd)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 318 unchanged lines hidden (view full) ---

327 gt;
328 time(&gt);
329 tm *
330 plt = localtime(&gt);
331 int year = 1900 + plt->tm_year;
332
333 cr << "Copyright &copy; "
334 << year
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 318 unchanged lines hidden (view full) ---

327 gt;
328 time(&gt);
329 tm *
330 plt = localtime(&gt);
331 int year = 1900 + plt->tm_year;
332
333 cr << "Copyright &copy; "
334 << year
335 << ", The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOfifce.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.";
335 << ", The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.";
336 return String(cr.c_str());
337
338}
336 return String(cr.c_str());
337
338}