branch: elpa/dart-mode
commit 58c9bac8a61e186eecda98a79c66b00a7146696f
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>

    Add a copyright header.
---
 dart-mode.el | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/dart-mode.el b/dart-mode.el
index 532f7c8..638ad62 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -1,12 +1,25 @@
 ;;; dart-mode.el --- Major mode for editing Dart files
 
-;; Copyright (C) 2011 Google Inc.
-
 ;; Author: Nathan Weizenbaum
 ;; URL: http://code.google.com/p/dart-mode
 ;; Version 0.2
 ;; Keywords: language
 
+;; Copyright (C) 2011 Google Inc.
+;;
+;; This program 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.
+;;
+;; This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;; To install, save this on your load path and add the following to

Reply via email to