Update the license header for 2024

This commit is contained in:
Sameer Rahmani 2024-02-18 16:08:02 +00:00
parent b3e2dcf99e
commit f11a4b8289
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
85 changed files with 86 additions and 86 deletions

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -89,4 +89,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
All the documents of FG42 that locate in 'doc' directories release All the documents of FG42 that locate in 'doc' directories release
under the term of GNU FDL. under the term of GNU FDL.
Copyright (C) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> Copyright (C) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>

View File

@ -1,7 +1,7 @@
:;exec `echo $EMACS_PATH` --no-site-file --no-site-lisp --batch -L ./ -l "$0" -f main "$(cd "$(dirname "$0")/." >/dev/null 2>&1 ; pwd -P)" "$@" :;exec `echo $EMACS_PATH` --no-site-file --no-site-lisp --batch -L ./ -l "$0" -f main "$(cd "$(dirname "$0")/." >/dev/null 2>&1 ; pwd -P)" "$@"
;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*- ;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42
@ -76,7 +76,7 @@ PARAMS:
;; TODO: create a new command to update the license headers for ;; TODO: create a new command to update the license headers for
;; the copyright years. Hint: just run: ;; the copyright years. Hint: just run:
;; sed 's/2010-2023/2010-2023/' -i `git ls-tree -r master --name-only' ;; sed 's/2010-2024/2010-2024/' -i `git ls-tree -r master --name-only'
((string= command "compile") ((string= command "compile")
(do-command (do-command

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://gitlab.com/FG42/FG42 ;; URL: https://gitlab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (C) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (C) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; Keywords: lisp fg42 IDE package manager ;; Keywords: lisp fg42 IDE package manager

View File

@ -33,7 +33,7 @@
</main> </main>
<footer> <footer>
<span>© 2010-2023 Sameer Rahmani</span><br/> <span>© 2010-2024 Sameer Rahmani</span><br/>
<span>Version: {{version}}</span><br/> <span>Version: {{version}}</span><br/>
<span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/> <span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/>
</footer> </footer>

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*- ;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*- ;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*- ;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*- ;;; Buid --- The builder for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Cube --- Cube library of FG42 -*- lexical-binding: t; -*- ;;; Cube --- Cube library of FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Agdacube --- Agda support for FG42 -*- lexical-binding: t; -*- ;;; Agdacube --- Agda support for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; AllCubes --- An index to use import all the cubes at once -*- lexical-binding: t; -*- ;;; AllCubes --- An index to use import all the cubes at once -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; AutocompletionCubes --- The completion related cubes for FG42 -*- lexical-binding: t; -*- ;;; AutocompletionCubes --- The completion related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Bookmark --- Bookmarks within the code -*- lexical-binding: t; -*- ;;; Bookmark --- Bookmarks within the code -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*- ;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Pouya Abbassi <abbassi.pouya@gmail.com> ;; Author: Pouya Abbassi <abbassi.pouya@gmail.com>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*- ;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Pouya Abbassi <abbassi.pouya@gmail.com> ;; Author: Pouya Abbassi <abbassi.pouya@gmail.com>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; CPPCubes --- The C/C++ cubes for FG42 -*- lexical-binding: t; -*- ;;; CPPCubes --- The C/C++ cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; EditorCubes --- The common cubes for FG42 -*- lexical-binding: t; -*- ;;; EditorCubes --- The common cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; eldoc --- The eldoc cubes for FG42 -*- lexical-binding: t; -*- ;;; eldoc --- The eldoc cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ElispCube --- The elisp cube for FG42 -*- lexical-binding: t; -*- ;;; ElispCube --- The elisp cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ElispCube --- The elisp cube for FG42 -*- lexical-binding: t; -*- ;;; ElispCube --- The elisp cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42Cube --- The meta cube for FG42 -*- lexical-binding: t; -*- ;;; FG42Cube --- The meta cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GitCube --- The Git cube for FG42 -*- lexical-binding: t; -*- ;;; GitCube --- The Git cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GodotCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*- ;;; GodotCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GolangCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*- ;;; GolangCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GolangCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*- ;;; GolangCubes --- The Golang cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GraphCube --- The Graph utility cubes for FG42 -*- lexical-binding: t; -*- ;;; GraphCube --- The Graph utility cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; GroovyCubes --- The Groovy cubes for FG42 -*- lexical-binding: t; -*- ;;; GroovyCubes --- The Groovy cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; HamlCubes --- The Haml cubes for FG42 -*- lexical-binding: t; -*- ;;; HamlCubes --- The Haml cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Behnam Khan Beigi <yottanami@gnu.org> ;; Author: Behnam Khan Beigi <yottanami@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; IconsCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*- ;;; IconsCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; IrcCubes --- The IRC related cubes for FG42 -*- lexical-binding: t; -*- ;;; IrcCubes --- The IRC related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; IrcCubes --- The IRC related cubes for FG42 -*- lexical-binding: t; -*- ;;; IrcCubes --- The IRC related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; JavaCubes --- The Java cubes for FG42 -*- lexical-binding: t; -*- ;;; JavaCubes --- The Java cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; JuliaCubes --- The Julia cube for FG42 -*- lexical-binding: t; -*- ;;; JuliaCubes --- The Julia cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; KeyboardCubes --- The keyboard related cubes for FG42 -*- lexical-binding: t; -*- ;;; KeyboardCubes --- The keyboard related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; LangToolCube --- A language tool cube for FG42 -*- lexical-binding: t; -*- ;;; LangToolCube --- A language tool cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; MastodonCube --- The Mastodon cube for FG42 -*- lexical-binding: t; -*- ;;; MastodonCube --- The Mastodon cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; MeissaCube --- Meissa client for FG42 -*- lexical-binding: t; -*- ;;; MeissaCube --- Meissa client for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; MesonCube --- Meson Build Support for FG42 -*- lexical-binding: t; -*- ;;; MesonCube --- Meson Build Support for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ModelineCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*- ;;; ModelineCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ModelineCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*- ;;; ModelineCubes --- The modeline related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; NotificationsCubes --- The Notifications cubes for FG42 -*- lexical-binding: t; -*- ;;; NotificationsCubes --- The Notifications cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; OrgCube --- The org cube for FG42 -*- lexical-binding: t; -*- ;;; OrgCube --- The org cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ProjectCubes --- The project management cubes for FG42 -*- lexical-binding: t; -*- ;;; ProjectCubes --- The project management cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ProofGeneralCube --- ProofGeneral support for FG42 -*- lexical-binding: t; -*- ;;; ProofGeneralCube --- ProofGeneral support for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; PythonCubes --- The Python cubes for FG42 -*- lexical-binding: t; -*- ;;; PythonCubes --- The Python cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; RegionExpansionCube --- The elisp cube for FG42 -*- lexical-binding: t; -*- ;;; RegionExpansionCube --- The elisp cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; RigelCube --- Rigel client for FG42 -*- lexical-binding: t; -*- ;;; RigelCube --- Rigel client for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; RigelCube --- Rigel client for FG42 -*- lexical-binding: t; -*- ;;; RigelCube --- Rigel client for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; RustCube --- The rust cube for FG42 -*- lexical-binding: t; -*- ;;; RustCube --- The rust cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; SchemeCube --- Scheme support cube for FG42 -*- lexical-binding: t; -*- ;;; SchemeCube --- Scheme support cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; JavaCubes --- The Java cubes for FG42 -*- lexical-binding: t; -*- ;;; JavaCubes --- The Java cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; TerminalCubes --- The terminal related cubes for FG42 -*- lexical-binding: t; -*- ;;; TerminalCubes --- The terminal related cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Terraform --- The terraform cube for FG42 -*- lexical-binding: t; -*- ;;; Terraform --- The terraform cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Themes --- The common cubes for FG42 -*- lexical-binding: t; -*- ;;; Themes --- The common cubes for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; WMCube --- The elisp cube for FG42 -*- lexical-binding: t; -*- ;;; WMCube --- The elisp cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; WMCube --- The elisp cube for FG42 -*- lexical-binding: t; -*- ;;; WMCube --- The elisp cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; ZigCube --- The Zig cube for FG42 -*- lexical-binding: t; -*- ;;; ZigCube --- The Zig cube for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://ziglab.com/FG42/FG42 ;; URL: https://ziglab.com/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Flags --- Flags library of FG42 -*- lexical-binding: t; -*- ;;; Flags --- Flags library of FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Flags --- Flags library of FG42 -*- lexical-binding: t; -*- ;;; Flags --- Flags library of FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Themes --- Theme library of FG42 -*- lexical-binding: t; -*- ;;; Themes --- Theme library of FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; Utils --- Utils library of FG42 -*- lexical-binding: t; -*- ;;; Utils --- Utils library of FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*-
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*- ;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (C) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (C) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; Keywords: lisp fg42 IDE package manager ;; Keywords: lisp fg42 IDE package manager

View File

@ -1,6 +1,6 @@
;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*- ;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*-
;; ;;
;; Copyright (C) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> ;; Copyright (C) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; Keywords: lisp fg42 IDE package manager ;; Keywords: lisp fg42 IDE package manager

View File

@ -1,6 +1,6 @@
;;; ob-gharphviz --- org-babel functions for gharphviz evaluation of FG42 ;;; ob-gharphviz --- org-babel functions for gharphviz evaluation of FG42
;; ;;
;; Copyright (c) 2010-2023 Sameer Rahmani & Contributors ;; Copyright (c) 2010-2024 Sameer Rahmani & Contributors
;; ;;
;; Author: Sameer Rahmani <lxsameer@gnu.org> ;; Author: Sameer Rahmani <lxsameer@gnu.org>
;; URL: https://devheroes.codes/FG42/FG42 ;; URL: https://devheroes.codes/FG42/FG42

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Fg42 - Emacs Editor for advance users # Fg42 - Emacs Editor for advance users
# #
# Copyright (c) 2010-2023 Sameer Rahmani <lxsameer@gnu.org> # Copyright (c) 2010-2024 Sameer Rahmani <lxsameer@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by