Skip to content

Commit

Permalink
Make the license identifiable by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 25, 2022
1 parent 1cb5de7 commit a36dce9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -289,7 +289,7 @@ if (NOT TTF_DISABLE_INSTALL)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/SDL2_ttf.pc
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
endif ()
install(FILES "COPYING.txt" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/licenses/${PROJECT_NAME}")
install(FILES "LICENSE.txt" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/licenses/${PROJECT_NAME}")
if (NOT (WIN32 OR CYGWIN OR MINGW))
if(BUILD_SHARED_LIBS)
if(NOT ANDROID)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -140,7 +140,7 @@ pkgconfig_DATA = SDL2_ttf.pc
.rc.o:
$(RC) $< $@

EXTRA_DIST = CHANGES.txt COPYING.txt README.txt \
EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt \
Android.mk CMakeLists.txt Makefile.os2 version.rc \
VisualC VisualC-WinRT Xcode external \
SDL2_ttf.spec SDL2_ttf.spec.in \
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -17,7 +17,7 @@ redistributable in their special executable installer form (May 1998).
There are plenty of freeware and shareware fonts available on the Internet
though, and may suit your purposes.

This library is under the zlib license, see the file "COPYING.txt" for details.
This library is under the zlib license, see the file "LICENSE.txt" for details.

Portions of this software are copyright © 2013 The FreeType Project (www.freetype.org). All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion SDL2_ttf.spec.in
Expand Up @@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.txt CHANGES.txt COPYING.txt
%doc README.txt CHANGES.txt LICENSE.txt
%{prefix}/lib/lib*.so.*

%files devel
Expand Down

0 comments on commit a36dce9

Please sign in to comment.