]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/company/test/clang-tests.el: Add copyright notice
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Jan 2015 11:36:27 +0000 (14:36 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 15 Jan 2015 11:36:27 +0000 (14:36 +0300)
test/clang-tests.el

index c8c03b7802140c65c18e6a952dec841620dc45e5..09ba11429f23d0fe49d63df14a27950c0f8429b9 100644 (file)
@@ -1,3 +1,24 @@
+;;; clang-tests.el --- company-mode tests  -*- lexical-binding: t -*-
+
+;; Copyright (C) 2015  Free Software Foundation, Inc.
+
+;; Author: Dmitry Gutov
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
 (require 'company-tests)
 (require 'company-clang)