aboutsummaryrefslogtreecommitdiff
path: root/el-exiftool.el
diff options
context:
space:
mode:
authorArun Isaac2017-02-20 00:57:15 +0530
committerArun Isaac2017-02-20 00:57:15 +0530
commit9ea665855b5a04c2c6645e653d197ca1ef456a2c (patch)
tree4fa4c3b79448977bb357a2d9ebca8a84bb5766dd /el-exiftool.el
parent5169f200cce03fb47b4f11b743d46d0204d9e4b6 (diff)
downloadexiftool.el-9ea665855b5a04c2c6645e653d197ca1ef456a2c.tar.gz
exiftool.el-9ea665855b5a04c2c6645e653d197ca1ef456a2c.tar.lz
exiftool.el-9ea665855b5a04c2c6645e653d197ca1ef456a2c.zip
Release under GPLv3.
* COPYING: Text of GPLv3 license. * el-exiftool.el: Add license header. * el-exiftool-tests.el: Add license header.
Diffstat (limited to 'el-exiftool.el')
-rw-r--r--el-exiftool.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/el-exiftool.el b/el-exiftool.el
index 9dd4807..61d7630 100644
--- a/el-exiftool.el
+++ b/el-exiftool.el
@@ -1,5 +1,20 @@
;; -*- lexical-binding: t -*-
+;; This file is part of el-exiftool.
+
+;; el-exiftool 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 3 of the License, or
+;; (at your option) any later version.
+
+;; el-exiftool 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 el-exiftool. If not, see <http://www.gnu.org/licenses/>.
+
(require 'subr-x)
(require 'cl)