Skip to content

Commit

Permalink
Amended copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 18, 2020
1 parent bedc8e5 commit c43cc9c
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 10 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero
#
# This file is NOT part of GNU Emacs.
#
# License
#
# This file 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 file 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 file. If not, see <https://www.gnu.org/licenses/>.

codecov:
notify:
# will no delay sending notifications until all ci is finished
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero
#
# This file is NOT part of GNU Emacs.
#
# License
#
# This file 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 file 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 file. If not, see <https://www.gnu.org/licenses/>.

name: build

on:
Expand Down
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero
#
# This file is NOT part of GNU Emacs.
#
# License
#
# This file 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 file 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 file. If not, see <https://www.gnu.org/licenses/>.

include default.mk

%.elc: %.el
Expand Down
19 changes: 19 additions & 0 deletions default.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero
#
# This file is NOT part of GNU Emacs.
#
# License
#
# This file 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 file 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 file. If not, see <https://www.gnu.org/licenses/>.

# Run “make build” by default
.DEFAULT_GOAL = build

Expand Down
3 changes: 1 addition & 2 deletions esup-child.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
;;; esup-child.el --- lisp file for child Emacs to run. -*- lexical-binding: t -*-

;; Copyright (C) 2014-2017 Joe Schafer
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer

;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Created: 19 May 2013
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; Keywords: convenience, processes
Expand Down
5 changes: 2 additions & 3 deletions esup.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
;;; esup.el --- the Emacs StartUp Profiler (ESUP) -*- lexical-binding: t -*-
;;; esup.el --- The Emacs StartUp Profiler (ESUP) -*- lexical-binding: t -*-

;; Copyright (C) 2014-2017 Joe Schafer
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero

;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Created: 19 May 2013
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; Keywords: convenience, processes
Expand Down
4 changes: 2 additions & 2 deletions test/test-esup.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; test-esup.el --- ESUP: Tests for esup.el and esup-child.el -*- lexical-binding: t -*-

;; Copyright (C) 2014-2017 Joe Schafer
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer

;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions test/test-utils.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; test-utils.el --- ESUP: Tests for utils.el -*- lexical-binding: t -*-

;; Copyright (C) 2014-2017 Joe Schafer
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer

;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion test/utils.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; utils.el --- Esup: Non-interactive unit-test setup -*- lexical-binding: t; -*-

;; Copyright (C) 2017, 2018, 2019, 2020 Serghei Iakovlev
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer

;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
Expand Down

0 comments on commit c43cc9c

Please sign in to comment.