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

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

[ELPA-diffs] ELPA branch, master, updated. 4be159342d0fd11da2a680c038f5f


From: Stefan Monnier
Subject: [ELPA-diffs] ELPA branch, master, updated. 4be159342d0fd11da2a680c038f5fcc2112ea54f
Date: Wed, 28 Aug 2013 14:18:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  4be159342d0fd11da2a680c038f5fcc2112ea54f (commit)
      from  a5433b904ffc3b1cb51cc108e24a9d6bd6ca6bc6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4be159342d0fd11da2a680c038f5fcc2112ea54f
Author: Stefan Monnier <address@hidden>
Date:   Wed Aug 28 10:18:45 2013 -0400

    * packages/yasnippet: Fix up copyright headers.

diff --git a/packages/yasnippet/doc/yas-doc-helper.el 
b/packages/yasnippet/doc/yas-doc-helper.el
index 3217834..c575c0a 100755
--- a/packages/yasnippet/doc/yas-doc-helper.el
+++ b/packages/yasnippet/doc/yas-doc-helper.el
@@ -1,6 +1,6 @@
 ;;; yas-doc-helper.el --- Help generate documentation for YASnippet
 
-;; Copyright (C) 2012  João Távora
+;; Copyright (C) 2012, 2013  Free Software Foundation, Inc.
 
 ;; Author: João Távora <address@hidden>
 ;; Keywords: convenience
diff --git a/packages/yasnippet/extras/imported/html-mode/.yas-setup.el 
b/packages/yasnippet/extras/imported/html-mode/.yas-setup.el
index 48159a6..3607ec5 100644
--- a/packages/yasnippet/extras/imported/html-mode/.yas-setup.el
+++ b/packages/yasnippet/extras/imported/html-mode/.yas-setup.el
@@ -1,4 +1,21 @@
-;; .yas-setup.el for html-mode
+;;; .yas-setup.el --- Setup for html-mode
+
+;; Copyright (C) 2013  Free Software Foundation, 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/>.
+
+;;; Code:
 
 (defvar yas-html-default-tag "p")
 
diff --git a/packages/yasnippet/extras/imported/objc-mode/.yas-setup.el 
b/packages/yasnippet/extras/imported/objc-mode/.yas-setup.el
index 3d00490..34b1a3b 100644
--- a/packages/yasnippet/extras/imported/objc-mode/.yas-setup.el
+++ b/packages/yasnippet/extras/imported/objc-mode/.yas-setup.el
@@ -1,3 +1,22 @@
+;;; .yas-setup.el --- Setup for objc-mode
+
+;; Copyright (C) 2013  Free Software Foundation, 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/>.
+
+;;; Code:
+
 (defun yas-objc-docset-query (query)
   
   )
diff --git a/packages/yasnippet/extras/imported/rails-mode/.yas-setup.el 
b/packages/yasnippet/extras/imported/rails-mode/.yas-setup.el
index c4205ce..6b4b821 100644
--- a/packages/yasnippet/extras/imported/rails-mode/.yas-setup.el
+++ b/packages/yasnippet/extras/imported/rails-mode/.yas-setup.el
@@ -1,4 +1,22 @@
-;; .yas-setup.el for rails-mode
+;;; .yas-setup.el --- Setup for rails-mode
+
+;; Copyright (C) 2013  Free Software Foundation, 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/>.
+
+;;; Code:
+
 (defvar yas-rails-root-cache nil)
 
 (defun yas-rails-online-doc ()
diff --git a/packages/yasnippet/extras/imported/ruby-mode/.yas-setup.el 
b/packages/yasnippet/extras/imported/ruby-mode/.yas-setup.el
index 1351ac6..3cfbefc 100644
--- a/packages/yasnippet/extras/imported/ruby-mode/.yas-setup.el
+++ b/packages/yasnippet/extras/imported/ruby-mode/.yas-setup.el
@@ -1,5 +1,22 @@
-;; .yas-setup.el for ruby-mode
-;; -*- coding: utf-8 -*-
+;;; .yas-setup.el --- Setup for ruby-mode  -*- coding: utf-8 -*-
+
+;; Copyright (C) 2013  Free Software Foundation, 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/>.
+
+;;; Code:
+
 ;;
 (defvar yas-ruby-snippet-open-paren " "
   "The open parenthesis used in ruby-mode snippets. Normally blank but could 
be (")
diff --git a/packages/yasnippet/yasnippet-debug.el 
b/packages/yasnippet/yasnippet-debug.el
index 7e3be0e..9529e7f 100644
--- a/packages/yasnippet/yasnippet-debug.el
+++ b/packages/yasnippet/yasnippet-debug.el
@@ -1,6 +1,6 @@
 ;;; yasnippet-debug.el --- debug functions for yasnippet
 
-;; Copyright (C) 2010  João Távora
+;; Copyright (C) 2010, 2013  Free Software Foundation, Inc.
 
 ;; Author: João Távora
 ;; Keywords: emulations, convenience
diff --git a/packages/yasnippet/yasnippet-tests.el 
b/packages/yasnippet/yasnippet-tests.el
index 257fd24..6b3993e 100644
--- a/packages/yasnippet/yasnippet-tests.el
+++ b/packages/yasnippet/yasnippet-tests.el
@@ -1,6 +1,6 @@
 ;;; yasnippet-tests.el --- some yasnippet tests
 
-;; Copyright (C) 2012  João Távora
+;; Copyright (C) 2012, 2013  Free Software Foundation, Inc.
 
 ;; Author: João Távora <address@hidden>
 ;; Keywords: emulations, convenience

-----------------------------------------------------------------------

Summary of changes:
 packages/yasnippet/doc/yas-doc-helper.el           |    2 +-
 .../extras/imported/html-mode/.yas-setup.el        |   19 +++++++++++++++++-
 .../extras/imported/objc-mode/.yas-setup.el        |   19 ++++++++++++++++++
 .../extras/imported/rails-mode/.yas-setup.el       |   20 ++++++++++++++++++-
 .../extras/imported/ruby-mode/.yas-setup.el        |   21 ++++++++++++++++++-
 packages/yasnippet/yasnippet-debug.el              |    2 +-
 packages/yasnippet/yasnippet-tests.el              |    2 +-
 7 files changed, 78 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

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