From 9ea665855b5a04c2c6645e653d197ca1ef456a2c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 20 Feb 2017 00:57:15 +0530 Subject: Release under GPLv3. * COPYING: Text of GPLv3 license. * el-exiftool.el: Add license header. * el-exiftool-tests.el: Add license header. --- el-exiftool-tests.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'el-exiftool-tests.el') diff --git a/el-exiftool-tests.el b/el-exiftool-tests.el index 7fce6e8..dd6380c 100644 --- a/el-exiftool-tests.el +++ b/el-exiftool-tests.el @@ -1,3 +1,18 @@ +;; 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 . + (require 'el-exiftool) (require 'ert) -- cgit v1.2.3