branch: elpa/drupal-mode
commit 6b22e8c71486cc032109df433ca244179b2d066e
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Added copyright and author comments.
---
Makefile | 4 ++++
drupal-tests.el | 4 ++++
drupal/etags.el | 4 ++++
drupal/flymake-phpcs.el | 4 ++++
drupal/gtags.el | 4 ++++
drupal/ispell.el | 4 ++++
6 files changed, 24 insertions(+)
diff --git a/Makefile b/Makefile
index 64925b8a2f..4b9cbc3a38 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
# This file is part of Drupal mode.
+# Copyright (C) 2012 Arne Jørgensen
+
+# Author: Arne Jørgensen <[email protected]>
+
# Drupal mode 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,
diff --git a/drupal-tests.el b/drupal-tests.el
index de8f25b387..2db847a2e0 100644
--- a/drupal-tests.el
+++ b/drupal-tests.el
@@ -1,5 +1,9 @@
;;; drupal-tests.el --- ert tests for drupal-mode
+;; Copyright (C) 2012 Arne Jørgensen
+
+;; Author: Arne Jørgensen <[email protected]>
+
;; This file is part of Drupal mode.
;; Drupal mode is free software: you can redistribute it and/or modify
diff --git a/drupal/etags.el b/drupal/etags.el
index 218aebe249..3df8b28439 100644
--- a/drupal/etags.el
+++ b/drupal/etags.el
@@ -1,5 +1,9 @@
;;; drupal/etags.el --- Drupal-mode support for etags
+;; Copyright (C) 2012 Arne Jørgensen
+
+;; Author: Arne Jørgensen <[email protected]>
+
;; This file is part of Drupal mode.
;; Drupal mode is free software: you can redistribute it and/or modify
diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index 0529b0ef41..3a9b37fa52 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -1,5 +1,9 @@
;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
+;; Copyright (C) 2012 Arne Jørgensen
+
+;; Author: Arne Jørgensen <[email protected]>
+
;; This file is part of Drupal mode.
;; Drupal mode is free software: you can redistribute it and/or modify
diff --git a/drupal/gtags.el b/drupal/gtags.el
index 9da7576fad..60e5cce123 100644
--- a/drupal/gtags.el
+++ b/drupal/gtags.el
@@ -1,5 +1,9 @@
;;; drupal/gtags.el --- Drupal-mode support for gtags
+;; Copyright (C) 2012 Arne Jørgensen
+
+;; Author: Arne Jørgensen <[email protected]>
+
;; This file is part of Drupal mode.
;; Drupal mode is free software: you can redistribute it and/or modify
diff --git a/drupal/ispell.el b/drupal/ispell.el
index 1107d5e99e..06274bee76 100644
--- a/drupal/ispell.el
+++ b/drupal/ispell.el
@@ -1,5 +1,9 @@
;;; drupal/ispell.el --- Drupal-mode support for ispell
+;; Copyright (C) 2012 Arne Jørgensen
+
+;; Author: Arne Jørgensen <[email protected]>
+
;; This file is part of Drupal mode.
;; Drupal mode is free software: you can redistribute it and/or modify