From 593bbcf38557c5aa0cabf69a5b2ba88ff4c8cdd9 Mon Sep 17 00:00:00 2001 From: Yuanle Song <sylecn@gmail.com> Date: Mon, 2 Sep 2019 16:48:49 +0800 Subject: [PATCH] v1.0.3 remove copyright notice from el file header according to http://www.apache.org/legal/src-headers.html#headers, there should be no copyright notice in the header. --- zero-framework.el | 4 +--- zero-panel.el | 2 -- zero-pinyin-service.el | 2 -- zero-pinyin.el | 2 -- zero-quickdial.el | 2 -- zero-reload-all.el | 2 -- zero-table.el | 2 -- 7 files changed, 1 insertion(+), 15 deletions(-) diff --git a/zero-framework.el b/zero-framework.el index a19b461..e92c133 100644 --- a/zero-framework.el +++ b/zero-framework.el @@ -1,8 +1,6 @@ ;;; -*- lexical-binding: t -*- ;;; zero-framework.el --- zero Chinese input method framework -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at @@ -129,7 +127,7 @@ if item is not in lst, return nil" ;; zero-el version (defvar zero-version nil "zero-el package version") -(setq zero-version "1.0.2") +(setq zero-version "1.0.3") ;; FSM state (defconst *zero-state-im-off* 'IM-OFF) diff --git a/zero-panel.el b/zero-panel.el index a83c486..3fffd0a 100644 --- a/zero-panel.el +++ b/zero-panel.el @@ -1,8 +1,6 @@ ;;; -*- lexical-binding: t -*- ;;; zero-panel --- provide emacs interface for zero-panel dbus service. -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at diff --git a/zero-pinyin-service.el b/zero-pinyin-service.el index 9f0b2ce..7ea1c4d 100644 --- a/zero-pinyin-service.el +++ b/zero-pinyin-service.el @@ -1,8 +1,6 @@ ;;; -*- lexical-binding: t -*- ;;; zero-pinyin-service.el --- provide emacs interface for zero-pinyin-service dbus service. -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at diff --git a/zero-pinyin.el b/zero-pinyin.el index aebb73f..16d1b2e 100644 --- a/zero-pinyin.el +++ b/zero-pinyin.el @@ -1,8 +1,6 @@ ;;; -*- lexical-binding: t -*- ;;; zero-pinyin.el --- a pinyin input method for zero-framework -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at diff --git a/zero-quickdial.el b/zero-quickdial.el index 17f5138..db4928e 100644 --- a/zero-quickdial.el +++ b/zero-quickdial.el @@ -1,8 +1,6 @@ ;;; -*- lexical-binding: t -*- ;;; zero-quickdial --- quickdial input method written as an emacs minor mode. -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at diff --git a/zero-reload-all.el b/zero-reload-all.el index c31137c..8e1465a 100644 --- a/zero-reload-all.el +++ b/zero-reload-all.el @@ -1,8 +1,6 @@ ;;; -*- no-byte-compile: t; -*- ;;; zero-reload-all.el --- reload zero-el in correct order -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at diff --git a/zero-table.el b/zero-table.el index 7543dfe..6f96580 100644 --- a/zero-table.el +++ b/zero-table.el @@ -1,8 +1,6 @@ ;;; -*- no-byte-compile: t; -*- ;;; zero-table.el --- a demo table based input method based on zero-framework.el -;; Copyright 2019 Yuanle Song <sylecn@gmail.com> -;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at -- GitLab