diff options
Diffstat (limited to 'extras/sysrepo/cmake/Modules/Packaging.cmake')
-rw-r--r-- | extras/sysrepo/cmake/Modules/Packaging.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extras/sysrepo/cmake/Modules/Packaging.cmake b/extras/sysrepo/cmake/Modules/Packaging.cmake index 2433539c7..d7ef2c79c 100644 --- a/extras/sysrepo/cmake/Modules/Packaging.cmake +++ b/extras/sysrepo/cmake/Modules/Packaging.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2019 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -31,5 +31,3 @@ set(sysrepo_RPM_DEPENDENCIES "libyang >= 1.0" CACHE STRING "Dependencies for deb/rpm package." ) - - |