mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
update copyright
This commit is contained in:
parent
599a55fa20
commit
f44328fcb2
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome-api-data.el --- Open Meteo API description -*- lexical-binding: t -*-
|
;;; biome-api-data.el --- Open Meteo API description -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome-api-parse.el --- Parsing API data for Open Meteo -*- lexical-binding: t -*-
|
;;; biome-api-parse.el --- Parsing API data for Open Meteo -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome-api.el --- API for Open Meteo -*- lexical-binding: t -*-
|
;;; biome-api.el --- API for Open Meteo -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome-grid.el --- Display results of open meteo queries -*- lexical-binding: t -*-
|
;;; biome-grid.el --- Display results of open meteo queries -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome-query.el --- Query interface for Open Meteo -*- lexical-binding: t -*-
|
;;; biome-query.el --- Query interface for Open Meteo -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
|
|
|
||||||
2
biome.el
2
biome.el
|
|
@ -1,6 +1,6 @@
|
||||||
;;; biome.el --- Bountiful Interface to Open Meteo for Emacs -*- lexical-binding: t -*-
|
;;; biome.el --- Bountiful Interface to Open Meteo for Emacs -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 2023 Korytov Pavel
|
;; Copyright (C) 2023-2024 Korytov Pavel
|
||||||
|
|
||||||
;; Author: Korytov Pavel <thexcloud@gmail.com>
|
;; Author: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue