diff options
| author | Daiki Ueno <ueno@gnu.org> | 2016-01-22 15:53:49 +0900 |
|---|---|---|
| committer | Daiki Ueno <ueno@gnu.org> | 2016-01-23 07:44:14 +0900 |
| commit | 06c8a6ac9d8eaa1ece9eae3bba3ae6c3c3d5cf52 (patch) | |
| tree | 00bce6f948a64b669f08a8abe5cc2a222e254be8 | |
| parent | 8d0f8c11e8b85f15503fef71a0dcc187bdc6cdbd (diff) | |
* packages/gnome-c-style/gnome-c-tests.el: Really add copyright blurb
| -rw-r--r-- | gnome-c-tests.el | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome-c-tests.el b/gnome-c-tests.el index 3b48463..a573cd3 100644 --- a/gnome-c-tests.el +++ b/gnome-c-tests.el @@ -1,3 +1,26 @@ +;;; gnome-c-tests.el --- tests for gnome-c-style -*- lexical-binding: t; -*- +;; Copyright (C) 2016 Free Software Foundation, Inc. + +;; Author: Daiki Ueno <ueno@gnu.org> +;; Keywords: GNOME, C, coding style + +;; 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/>. + +;;; Code: + (require 'gnome-c-align) (defconst gnome-c-test-program-1 "\ |
