Skip to content

Commit

Permalink
Hotfix: Set RPM license type (#81)
Browse files Browse the repository at this point in the history
* set RPM license type

* Update copyright year in LICENSE.md
  • Loading branch information
lawruble13 authored Jan 24, 2022
1 parent 6a37eae commit cb4fb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2020 Advanced Micro Devices, Inc.
Copyright 2020-2022 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ########################################################################
# Copyright 2016-2021 Advanced Micro Devices, Inc.
# Copyright 2016-2022 Advanced Micro Devices, Inc.
# ########################################################################

# This is incremented when the ABI to the library changes
Expand Down Expand Up @@ -70,6 +70,7 @@ if( NOT USE_CUDA )
endif( )

set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
set( CPACK_RPM_PACKAGE_LICENSE "MIT" )

if(WIN32)
set(CPACK_SOURCE_GENERATOR "ZIP")
Expand Down

0 comments on commit cb4fb9b

Please sign in to comment.