aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2011-01-15 00:35:35 +0000
committerKatsumi Yamaoka2011-01-15 00:35:35 +0000
commite60c6ca9caf10f01918c3562feccb125e1d3bbce (patch)
tree1df5f38f43cf01d0f1b21fe86407b4f6c499179d
parent4391b429f897002ef363daab52c08fd3e11e736e (diff)
downloademacs-e60c6ca9caf10f01918c3562feccb125e1d3bbce.tar.gz
emacs-e60c6ca9caf10f01918c3562feccb125e1d3bbce.zip
[Gnus] Update copyright years.
-rw-r--r--lisp/color.el2
-rw-r--r--lisp/gnus/gnus-gravatar.el2
-rw-r--r--lisp/gnus/gnus-html.el2
-rw-r--r--lisp/gnus/gnus-sync.el2
-rw-r--r--lisp/gnus/gravatar.el2
-rw-r--r--lisp/gnus/nnregistry.el2
-rw-r--r--lisp/gnus/rtree.el2
-rw-r--r--lisp/gnus/shr-color.el2
8 files changed, 8 insertions, 8 deletions
diff --git a/lisp/color.el b/lisp/color.el
index 07044333c4b..690cf4fe993 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -1,6 +1,6 @@
1;;; color.el --- Color manipulation laboratory routines -*- coding: utf-8; -*- 1;;; color.el --- Color manipulation laboratory routines -*- coding: utf-8; -*-
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Julien Danjou <julien@danjou.info> 5;; Author: Julien Danjou <julien@danjou.info>
6;; Keywords: html 6;; Keywords: html
diff --git a/lisp/gnus/gnus-gravatar.el b/lisp/gnus/gnus-gravatar.el
index e46460e7260..53d1310a094 100644
--- a/lisp/gnus/gnus-gravatar.el
+++ b/lisp/gnus/gnus-gravatar.el
@@ -1,6 +1,6 @@
1;;; gnus-gravatar.el --- Gnus Gravatar support 1;;; gnus-gravatar.el --- Gnus Gravatar support
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Julien Danjou <julien@danjou.info> 5;; Author: Julien Danjou <julien@danjou.info>
6;; Keywords: news 6;; Keywords: news
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el
index deeb3565bcf..acc018f824b 100644
--- a/lisp/gnus/gnus-html.el
+++ b/lisp/gnus/gnus-html.el
@@ -1,6 +1,6 @@
1;;; gnus-html.el --- Render HTML in a buffer. 1;;; gnus-html.el --- Render HTML in a buffer.
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: html, web 6;; Keywords: html, web
diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el
index 8a492e8d2c3..56f59c2904a 100644
--- a/lisp/gnus/gnus-sync.el
+++ b/lisp/gnus/gnus-sync.el
@@ -1,6 +1,6 @@
1;;; gnus-sync.el --- synchronization facility for Gnus 1;;; gnus-sync.el --- synchronization facility for Gnus
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Ted Zlatanov <tzz@lifelogs.com> 5;; Author: Ted Zlatanov <tzz@lifelogs.com>
6;; Keywords: news synchronization nntp nnrss 6;; Keywords: news synchronization nntp nnrss
diff --git a/lisp/gnus/gravatar.el b/lisp/gnus/gravatar.el
index c17bd201d2b..158347fb004 100644
--- a/lisp/gnus/gravatar.el
+++ b/lisp/gnus/gravatar.el
@@ -1,6 +1,6 @@
1;;; gravatar.el --- Get Gravatars 1;;; gravatar.el --- Get Gravatars
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Julien Danjou <julien@danjou.info> 5;; Author: Julien Danjou <julien@danjou.info>
6;; Keywords: news 6;; Keywords: news
diff --git a/lisp/gnus/nnregistry.el b/lisp/gnus/nnregistry.el
index 03ff5e716aa..e8d3a06627a 100644
--- a/lisp/gnus/nnregistry.el
+++ b/lisp/gnus/nnregistry.el
@@ -1,7 +1,7 @@
1;;; nnregistry.el --- access to articles via Gnus' message-id registry 1;;; nnregistry.el --- access to articles via Gnus' message-id registry
2;;; -*- coding: utf-8 -*- 2;;; -*- coding: utf-8 -*-
3 3
4;; Copyright (C) 2010 Free Software Foundation, Inc. 4;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
5 5
6;; Authors: Ludovic Courtès <ludo@gnu.org> 6;; Authors: Ludovic Courtès <ludo@gnu.org>
7;; Keywords: news, mail 7;; Keywords: news, mail
diff --git a/lisp/gnus/rtree.el b/lisp/gnus/rtree.el
index 04079b1ba8b..9bcf45ef655 100644
--- a/lisp/gnus/rtree.el
+++ b/lisp/gnus/rtree.el
@@ -1,6 +1,6 @@
1;;; rtree.el --- functions for manipulating range trees 1;;; rtree.el --- functions for manipulating range trees
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 6
diff --git a/lisp/gnus/shr-color.el b/lisp/gnus/shr-color.el
index afb56ae38a7..e7fd008779b 100644
--- a/lisp/gnus/shr-color.el
+++ b/lisp/gnus/shr-color.el
@@ -1,6 +1,6 @@
1;;; shr-color.el --- Simple HTML Renderer color management 1;;; shr-color.el --- Simple HTML Renderer color management
2 2
3;; Copyright (C) 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5;; Author: Julien Danjou <julien@danjou.info> 5;; Author: Julien Danjou <julien@danjou.info>
6;; Keywords: html 6;; Keywords: html