branch: master
commit b04d18eedbabcf9d5f0e2e74d166039e38a2dde5
Author: Daiki Ueno <[email protected]>
Commit: Daiki Ueno <[email protected]>
Change copyright holder to FSF
---
gnome-c-align.el | 2 +-
gnome-c-snippet.el | 2 +-
gnome-c-style.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnome-c-align.el b/gnome-c-align.el
index 19dc170..64b8178 100644
--- a/gnome-c-align.el
+++ b/gnome-c-align.el
@@ -1,5 +1,5 @@
;; gnome-c-align.el --- GNOME-style code alignment -*- lexical-binding: t; -*-
-;; Copyright (C) 2016 Daiki Ueno <[email protected]>
+;; Copyright (C) 2016 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Keywords: GNOME, C, coding style
diff --git a/gnome-c-snippet.el b/gnome-c-snippet.el
index 1ab32f7..d0dbaad 100644
--- a/gnome-c-snippet.el
+++ b/gnome-c-snippet.el
@@ -1,5 +1,5 @@
;;; gnome-c-snippet.el --- GNOME-style code generation -*- lexical-binding: t;
-*-
-;; Copyright (C) 2016 Daiki Ueno <[email protected]>
+;; Copyright (C) 2016 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Keywords: GNOME, C, coding style
diff --git a/gnome-c-style.el b/gnome-c-style.el
index 0ea5f93..589de3c 100644
--- a/gnome-c-style.el
+++ b/gnome-c-style.el
@@ -1,5 +1,5 @@
;;; gnome-c-style.el --- minor mode for editing GNOME-style C source code -*-
lexical-binding: t; -*-
-;; Copyright (C) 2016 Daiki Ueno <[email protected]>
+;; Copyright (C) 2016 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Keywords: GNOME, C, coding style