Commit 593bbcf3 authored by Yuanle Song's avatar Yuanle Song
Browse files

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.
parent 1bf7bb79
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
;;; -*- 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)
+0 −2
Original line number Diff line number Diff line
;;; -*- 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
+0 −2
Original line number Diff line number Diff line
;;; -*- 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
+0 −2
Original line number Diff line number Diff line
;;; -*- 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
+0 −2
Original line number Diff line number Diff line
;;; -*- 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
Loading