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

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

[ELPA-diffs] /srv/bzr/emacs/elpa r366: company-tests.el: add copyright b


From: Dmitry Gutov
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r366: company-tests.el: add copyright boilerplate
Date: Tue, 19 Mar 2013 18:15:57 +0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 366
committer: Dmitry Gutov <address@hidden>
branch nick: elpa
timestamp: Tue 2013-03-19 18:15:57 +0400
message:
  company-tests.el: add copyright boilerplate
modified:
  packages/company/company-tests.el
=== modified file 'packages/company/company-tests.el'
--- a/packages/company/company-tests.el 2013-03-19 03:47:51 +0000
+++ b/packages/company/company-tests.el 2013-03-19 14:15:57 +0000
@@ -1,3 +1,30 @@
+;;; company-tests.el --- company-mode tests
+
+;; Copyright (C) 2011  Free Software Foundation, Inc.
+
+;; Author: Nikolaj Schumacher
+
+;; 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/>.
+
+
+;;; Commentary:
+;;
+
+;;; Code:
+
 (require 'ert)
 (require 'company)
 (require 'company-keywords)


reply via email to

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