Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorthez3ro <io@thezero.org>2017-06-10 00:40:36 +0300
committerthez3ro <io@thezero.org>2017-06-14 16:54:43 +0300
commita53b111182a427824dcd7721bbecbe43b7bb676f (patch)
tree0d57783a03bd17cdcf9599090b108df11ca9755e /cmake
parent6ffca842e636eb02c1007a8bbf9d49c00f50f8eb (diff)
Update and fix copyright headers
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibGPGError.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmake/FindLibGPGError.cmake b/cmake/FindLibGPGError.cmake
index fe9ef9123..c1e1b8686 100644
--- a/cmake/FindLibGPGError.cmake
+++ b/cmake/FindLibGPGError.cmake
@@ -1,3 +1,17 @@
+# Copyright (C) 2017 KeePassXC Team <team@keepassxc.org>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 or (at your option)
+# version 3 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
find_path(GPGERROR_INCLUDE_DIR gpg-error.h)