emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 35ca64c: * packages/company/test/clang-tests.el: Add copyr


From: Stefan Monnier
Subject: [elpa] master 35ca64c: * packages/company/test/clang-tests.el: Add copyright notice
Date: Thu, 15 Jan 2015 05:37:31 +0000

branch: master
commit 35ca64c0fb7558a9c9fc83a00cd0317cf669e498
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * packages/company/test/clang-tests.el: Add copyright notice
---
 .gitignore                           |    1 +
 packages/company/test/clang-tests.el |   21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index e9135d1..1c86c55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.elc
 *.orig
 *~
+\#*\#
 ChangeLog
 core
 packages/*/*-autoloads.el
diff --git a/packages/company/test/clang-tests.el 
b/packages/company/test/clang-tests.el
index c8c03b7..09ba114 100644
--- a/packages/company/test/clang-tests.el
+++ b/packages/company/test/clang-tests.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]