Join license header with historical commentrs

Join the license header with historical comments using a separator so IDEs can correctly parse the initial header.

Also use .gitattributes to ensure all files are LF.
This commit is contained in:
JeodC
2024-05-06 11:12:44 -04:00
parent bef66432bc
commit a4ab78192c
635 changed files with 1303 additions and 1302 deletions

View File

@@ -14,9 +14,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
--- HISTORICAL COMMENTS FOLLOW ---
* $Logfile: /DescentIII/Main/ui/UIWindow.cpp $
* $Revision: 39 $
* $Date: 5/02/99 2:09a $
@@ -723,4 +723,4 @@ void UITitledWindow::OnDraw() {
ui_SetCharAlpha(m_Title.get_alpha());
ui_DrawString(m_Title.get_color(), x, y, m_Title);
}
}