From f11a4b828908ec316d30775b76ac638914b9cad5 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 18 Feb 2024 16:08:02 +0000 Subject: [PATCH] Update the license header for 2024 --- Makefile | 2 +- README.org | 2 +- build.el | 4 ++-- config/fg42.user.el | 2 +- deps.el | 2 +- docs/site/templates/blog.html | 2 +- fg42-config.el | 2 +- flake.nix | 2 +- lisp/fg42.el | 2 +- lisp/fg42/build/core.el | 2 +- lisp/fg42/build/docs.el | 2 +- lisp/fg42/build/rss.el | 2 +- lisp/fg42/build/utils.el | 2 +- lisp/fg42/core.el | 2 +- lisp/fg42/cube.el | 2 +- lisp/fg42/cubes/agda.el | 2 +- lisp/fg42/cubes/all.el | 2 +- lisp/fg42/cubes/autocompletion.el | 2 +- lisp/fg42/cubes/bookmark.el | 2 +- lisp/fg42/cubes/clojure.el | 2 +- lisp/fg42/cubes/clojure/core.el | 2 +- lisp/fg42/cubes/cpp.el | 2 +- lisp/fg42/cubes/editor.el | 2 +- lisp/fg42/cubes/eldoc.el | 2 +- lisp/fg42/cubes/elisp.el | 2 +- lisp/fg42/cubes/elisp/core.el | 2 +- lisp/fg42/cubes/fg42.el | 2 +- lisp/fg42/cubes/git.el | 2 +- lisp/fg42/cubes/godot3d.el | 2 +- lisp/fg42/cubes/golang.el | 2 +- lisp/fg42/cubes/golang/core.el | 2 +- lisp/fg42/cubes/graph.el | 2 +- lisp/fg42/cubes/groovy.el | 2 +- lisp/fg42/cubes/haml.el | 2 +- lisp/fg42/cubes/icons.el | 2 +- lisp/fg42/cubes/irc.el | 2 +- lisp/fg42/cubes/irc/core.el | 2 +- lisp/fg42/cubes/java.el | 2 +- lisp/fg42/cubes/julia.el | 2 +- lisp/fg42/cubes/keyboard.el | 2 +- lisp/fg42/cubes/langtool.el | 2 +- lisp/fg42/cubes/mastodon.el | 2 +- lisp/fg42/cubes/meissa.el | 2 +- lisp/fg42/cubes/meson.el | 2 +- lisp/fg42/cubes/modeline.el | 2 +- lisp/fg42/cubes/modeline/statusbar-default.el | 2 +- lisp/fg42/cubes/nix.el | 2 +- lisp/fg42/cubes/noether.el | 2 +- lisp/fg42/cubes/notifications.el | 2 +- lisp/fg42/cubes/org.el | 2 +- lisp/fg42/cubes/project.el | 2 +- lisp/fg42/cubes/proof.el | 2 +- lisp/fg42/cubes/python.el | 2 +- lisp/fg42/cubes/region-expansion.el | 2 +- lisp/fg42/cubes/rigel.el | 2 +- lisp/fg42/cubes/rigel/core.el | 2 +- lisp/fg42/cubes/rust.el | 2 +- lisp/fg42/cubes/scheme.el | 2 +- lisp/fg42/cubes/snippets.el | 2 +- lisp/fg42/cubes/terminal.el | 2 +- lisp/fg42/cubes/terraform.el | 2 +- lisp/fg42/cubes/themes.el | 2 +- lisp/fg42/cubes/wm.el | 2 +- lisp/fg42/cubes/wm/core.el | 2 +- lisp/fg42/cubes/zig.el | 2 +- lisp/fg42/flags.el | 2 +- lisp/fg42/lang-servers.el | 2 +- lisp/fg42/modeline.el | 2 +- lisp/fg42/project.el | 2 +- lisp/fg42/shell.el | 2 +- lisp/fg42/status.el | 2 +- lisp/fg42/statusbar.el | 2 +- lisp/fg42/themes.el | 2 +- lisp/fg42/utils.el | 2 +- lisp/fg42/x.el | 2 +- lisp/fpkg.el | 2 +- lisp/fpkg/core.el | 2 +- lisp/ob-graphviz-dot.el | 2 +- nix/deps.nix | 2 +- nix/fg42.nix | 2 +- nix/packages.nix | 2 +- nix/parse.nix | 2 +- scripts/install_files.sh | 2 +- scripts/templates/fg42 | 2 +- scripts/templates/fg42-wm | 2 +- 85 files changed, 86 insertions(+), 86 deletions(-) diff --git a/Makefile b/Makefile index 93f196a..c02d2b1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/README.org b/README.org index 32cc0b2..4e5de7c 100644 --- a/README.org +++ b/README.org @@ -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 under the term of GNU FDL. -Copyright (C) 2010-2023 Sameer Rahmani +Copyright (C) 2010-2024 Sameer Rahmani diff --git a/build.el b/build.el index 2ce9ede..78049ab 100755 --- a/build.el +++ b/build.el @@ -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)" "$@" ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 @@ -76,7 +76,7 @@ PARAMS: ;; TODO: create a new command to update the license headers for ;; 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") (do-command diff --git a/config/fg42.user.el b/config/fg42.user.el index f4d0898..f5a4ffe 100644 --- a/config/fg42.user.el +++ b/config/fg42.user.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://gitlab.com/FG42/FG42 diff --git a/deps.el b/deps.el index e9ddbde..1bdd548 100644 --- a/deps.el +++ b/deps.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2010-2023 Sameer Rahmani +;; Copyright (C) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; Keywords: lisp fg42 IDE package manager diff --git a/docs/site/templates/blog.html b/docs/site/templates/blog.html index 4249356..15acb39 100644 --- a/docs/site/templates/blog.html +++ b/docs/site/templates/blog.html @@ -33,7 +33,7 @@
- © 2010-2023 Sameer Rahmani
+ © 2010-2024 Sameer Rahmani
Version: {{version}}
Built with Emacs Lisp and org-mode.
diff --git a/fg42-config.el b/fg42-config.el index 680e099..1891101 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/flake.nix b/flake.nix index 1b71e66..51851db 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/lisp/fg42.el b/lisp/fg42.el index 7d715e6..921b3f9 100644 --- a/lisp/fg42.el +++ b/lisp/fg42.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/build/core.el b/lisp/fg42/build/core.el index 44602cb..2c82247 100644 --- a/lisp/fg42/build/core.el +++ b/lisp/fg42/build/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/build/docs.el b/lisp/fg42/build/docs.el index 56258c9..14b015c 100644 --- a/lisp/fg42/build/docs.el +++ b/lisp/fg42/build/docs.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/build/rss.el b/lisp/fg42/build/rss.el index 8ded3f9..02e41ff 100644 --- a/lisp/fg42/build/rss.el +++ b/lisp/fg42/build/rss.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/build/utils.el b/lisp/fg42/build/utils.el index c06143e..cdd9b23 100644 --- a/lisp/fg42/build/utils.el +++ b/lisp/fg42/build/utils.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/core.el b/lisp/fg42/core.el index f170971..1ed66c4 100644 --- a/lisp/fg42/core.el +++ b/lisp/fg42/core.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cube.el b/lisp/fg42/cube.el index fb01a54..b96b326 100644 --- a/lisp/fg42/cube.el +++ b/lisp/fg42/cube.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/agda.el b/lisp/fg42/cubes/agda.el index 6725aa5..f4310ce 100644 --- a/lisp/fg42/cubes/agda.el +++ b/lisp/fg42/cubes/agda.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/all.el b/lisp/fg42/cubes/all.el index 974b34c..db237fb 100644 --- a/lisp/fg42/cubes/all.el +++ b/lisp/fg42/cubes/all.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/autocompletion.el b/lisp/fg42/cubes/autocompletion.el index 816511d..a42dd32 100644 --- a/lisp/fg42/cubes/autocompletion.el +++ b/lisp/fg42/cubes/autocompletion.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/bookmark.el b/lisp/fg42/cubes/bookmark.el index 0dfd72f..edb73d6 100644 --- a/lisp/fg42/cubes/bookmark.el +++ b/lisp/fg42/cubes/bookmark.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/clojure.el b/lisp/fg42/cubes/clojure.el index 232f657..7fd5370 100644 --- a/lisp/fg42/cubes/clojure.el +++ b/lisp/fg42/cubes/clojure.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/clojure/core.el b/lisp/fg42/cubes/clojure/core.el index 54fe8d2..c7192c9 100644 --- a/lisp/fg42/cubes/clojure/core.el +++ b/lisp/fg42/cubes/clojure/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/cpp.el b/lisp/fg42/cubes/cpp.el index 167a816..cfd4dc8 100644 --- a/lisp/fg42/cubes/cpp.el +++ b/lisp/fg42/cubes/cpp.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/editor.el b/lisp/fg42/cubes/editor.el index f43a3fd..71fea56 100644 --- a/lisp/fg42/cubes/editor.el +++ b/lisp/fg42/cubes/editor.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/eldoc.el b/lisp/fg42/cubes/eldoc.el index 334df28..49d780e 100644 --- a/lisp/fg42/cubes/eldoc.el +++ b/lisp/fg42/cubes/eldoc.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/elisp.el b/lisp/fg42/cubes/elisp.el index add4a16..002a6df 100644 --- a/lisp/fg42/cubes/elisp.el +++ b/lisp/fg42/cubes/elisp.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/elisp/core.el b/lisp/fg42/cubes/elisp/core.el index f77c108..f09a350 100644 --- a/lisp/fg42/cubes/elisp/core.el +++ b/lisp/fg42/cubes/elisp/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/fg42.el b/lisp/fg42/cubes/fg42.el index 824948a..e007dce 100644 --- a/lisp/fg42/cubes/fg42.el +++ b/lisp/fg42/cubes/fg42.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/git.el b/lisp/fg42/cubes/git.el index 5df33c9..dd63a66 100644 --- a/lisp/fg42/cubes/git.el +++ b/lisp/fg42/cubes/git.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/godot3d.el b/lisp/fg42/cubes/godot3d.el index acf949d..f7e3a46 100644 --- a/lisp/fg42/cubes/godot3d.el +++ b/lisp/fg42/cubes/godot3d.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/golang.el b/lisp/fg42/cubes/golang.el index 8ba5c47..965eb71 100644 --- a/lisp/fg42/cubes/golang.el +++ b/lisp/fg42/cubes/golang.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/golang/core.el b/lisp/fg42/cubes/golang/core.el index 4e736d1..38db981 100644 --- a/lisp/fg42/cubes/golang/core.el +++ b/lisp/fg42/cubes/golang/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/graph.el b/lisp/fg42/cubes/graph.el index f2628b8..99e3cd2 100644 --- a/lisp/fg42/cubes/graph.el +++ b/lisp/fg42/cubes/graph.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/groovy.el b/lisp/fg42/cubes/groovy.el index aa01d1e..c6394c0 100644 --- a/lisp/fg42/cubes/groovy.el +++ b/lisp/fg42/cubes/groovy.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/haml.el b/lisp/fg42/cubes/haml.el index 8367c94..212a2c9 100644 --- a/lisp/fg42/cubes/haml.el +++ b/lisp/fg42/cubes/haml.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/icons.el b/lisp/fg42/cubes/icons.el index 30b1e43..92a88e6 100644 --- a/lisp/fg42/cubes/icons.el +++ b/lisp/fg42/cubes/icons.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/irc.el b/lisp/fg42/cubes/irc.el index 29ea3b9..c49d2a5 100644 --- a/lisp/fg42/cubes/irc.el +++ b/lisp/fg42/cubes/irc.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/irc/core.el b/lisp/fg42/cubes/irc/core.el index 03db5c7..38ae675 100644 --- a/lisp/fg42/cubes/irc/core.el +++ b/lisp/fg42/cubes/irc/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/java.el b/lisp/fg42/cubes/java.el index 88b7cb7..8560563 100644 --- a/lisp/fg42/cubes/java.el +++ b/lisp/fg42/cubes/java.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/julia.el b/lisp/fg42/cubes/julia.el index 70a5738..4ac0039 100644 --- a/lisp/fg42/cubes/julia.el +++ b/lisp/fg42/cubes/julia.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/keyboard.el b/lisp/fg42/cubes/keyboard.el index 5fa006a..426a750 100644 --- a/lisp/fg42/cubes/keyboard.el +++ b/lisp/fg42/cubes/keyboard.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/langtool.el b/lisp/fg42/cubes/langtool.el index 4bc1480..2efa489 100644 --- a/lisp/fg42/cubes/langtool.el +++ b/lisp/fg42/cubes/langtool.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/mastodon.el b/lisp/fg42/cubes/mastodon.el index 4a14471..7167912 100644 --- a/lisp/fg42/cubes/mastodon.el +++ b/lisp/fg42/cubes/mastodon.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/meissa.el b/lisp/fg42/cubes/meissa.el index 8cf2a29..b72db69 100644 --- a/lisp/fg42/cubes/meissa.el +++ b/lisp/fg42/cubes/meissa.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/meson.el b/lisp/fg42/cubes/meson.el index c829adf..1ae84fd 100644 --- a/lisp/fg42/cubes/meson.el +++ b/lisp/fg42/cubes/meson.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/modeline.el b/lisp/fg42/cubes/modeline.el index 657902a..0ba2030 100644 --- a/lisp/fg42/cubes/modeline.el +++ b/lisp/fg42/cubes/modeline.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/modeline/statusbar-default.el b/lisp/fg42/cubes/modeline/statusbar-default.el index 68149b2..79f452b 100644 --- a/lisp/fg42/cubes/modeline/statusbar-default.el +++ b/lisp/fg42/cubes/modeline/statusbar-default.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/nix.el b/lisp/fg42/cubes/nix.el index d5f78d3..e55fb29 100644 --- a/lisp/fg42/cubes/nix.el +++ b/lisp/fg42/cubes/nix.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/noether.el b/lisp/fg42/cubes/noether.el index eeb7642..660f13d 100644 --- a/lisp/fg42/cubes/noether.el +++ b/lisp/fg42/cubes/noether.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/notifications.el b/lisp/fg42/cubes/notifications.el index fb97fbf..3b86fb8 100644 --- a/lisp/fg42/cubes/notifications.el +++ b/lisp/fg42/cubes/notifications.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/org.el b/lisp/fg42/cubes/org.el index aa9aa18..47c9014 100644 --- a/lisp/fg42/cubes/org.el +++ b/lisp/fg42/cubes/org.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/project.el b/lisp/fg42/cubes/project.el index 73a7269..0c54c2e 100644 --- a/lisp/fg42/cubes/project.el +++ b/lisp/fg42/cubes/project.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/proof.el b/lisp/fg42/cubes/proof.el index a63db04..f317d60 100644 --- a/lisp/fg42/cubes/proof.el +++ b/lisp/fg42/cubes/proof.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/python.el b/lisp/fg42/cubes/python.el index 4ec5177..e291ccb 100644 --- a/lisp/fg42/cubes/python.el +++ b/lisp/fg42/cubes/python.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/region-expansion.el b/lisp/fg42/cubes/region-expansion.el index d63ed89..2d0bb93 100644 --- a/lisp/fg42/cubes/region-expansion.el +++ b/lisp/fg42/cubes/region-expansion.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/rigel.el b/lisp/fg42/cubes/rigel.el index 620c014..e0224ba 100644 --- a/lisp/fg42/cubes/rigel.el +++ b/lisp/fg42/cubes/rigel.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/rigel/core.el b/lisp/fg42/cubes/rigel/core.el index a16223d..f8dce10 100644 --- a/lisp/fg42/cubes/rigel/core.el +++ b/lisp/fg42/cubes/rigel/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/cubes/rust.el b/lisp/fg42/cubes/rust.el index 568717b..29e0ce4 100644 --- a/lisp/fg42/cubes/rust.el +++ b/lisp/fg42/cubes/rust.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/scheme.el b/lisp/fg42/cubes/scheme.el index 006890f..1c5d11d 100644 --- a/lisp/fg42/cubes/scheme.el +++ b/lisp/fg42/cubes/scheme.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/snippets.el b/lisp/fg42/cubes/snippets.el index 1bf92ce..0beddd8 100644 --- a/lisp/fg42/cubes/snippets.el +++ b/lisp/fg42/cubes/snippets.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/terminal.el b/lisp/fg42/cubes/terminal.el index dc1d96b..64ec0f7 100644 --- a/lisp/fg42/cubes/terminal.el +++ b/lisp/fg42/cubes/terminal.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/terraform.el b/lisp/fg42/cubes/terraform.el index 2ecd773..ec58d6c 100644 --- a/lisp/fg42/cubes/terraform.el +++ b/lisp/fg42/cubes/terraform.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/themes.el b/lisp/fg42/cubes/themes.el index 62495e5..80eaa3c 100644 --- a/lisp/fg42/cubes/themes.el +++ b/lisp/fg42/cubes/themes.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/wm.el b/lisp/fg42/cubes/wm.el index 1d08e4d..357e304 100644 --- a/lisp/fg42/cubes/wm.el +++ b/lisp/fg42/cubes/wm.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/wm/core.el b/lisp/fg42/cubes/wm/core.el index 86cdf5c..7b09dbe 100644 --- a/lisp/fg42/cubes/wm/core.el +++ b/lisp/fg42/cubes/wm/core.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/cubes/zig.el b/lisp/fg42/cubes/zig.el index bffcdd1..c037bfd 100644 --- a/lisp/fg42/cubes/zig.el +++ b/lisp/fg42/cubes/zig.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://ziglab.com/FG42/FG42 diff --git a/lisp/fg42/flags.el b/lisp/fg42/flags.el index c273168..ffa585c 100644 --- a/lisp/fg42/flags.el +++ b/lisp/fg42/flags.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/lang-servers.el b/lisp/fg42/lang-servers.el index 959dfbc..15ca9e0 100644 --- a/lisp/fg42/lang-servers.el +++ b/lisp/fg42/lang-servers.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/modeline.el b/lisp/fg42/modeline.el index a997471..1336f09 100644 --- a/lisp/fg42/modeline.el +++ b/lisp/fg42/modeline.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/project.el b/lisp/fg42/project.el index a196bdb..3ef980d 100644 --- a/lisp/fg42/project.el +++ b/lisp/fg42/project.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/shell.el b/lisp/fg42/shell.el index a60909f..4461ef1 100644 --- a/lisp/fg42/shell.el +++ b/lisp/fg42/shell.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/status.el b/lisp/fg42/status.el index f8b1124..9c5c8fe 100644 --- a/lisp/fg42/status.el +++ b/lisp/fg42/status.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/statusbar.el b/lisp/fg42/statusbar.el index a515aa3..75fcae3 100644 --- a/lisp/fg42/statusbar.el +++ b/lisp/fg42/statusbar.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/themes.el b/lisp/fg42/themes.el index f781684..b8d7e0f 100644 --- a/lisp/fg42/themes.el +++ b/lisp/fg42/themes.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/utils.el b/lisp/fg42/utils.el index 8700dfa..a5cabe9 100644 --- a/lisp/fg42/utils.el +++ b/lisp/fg42/utils.el @@ -1,6 +1,6 @@ ;;; Utils --- Utils library of FG42 -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fg42/x.el b/lisp/fg42/x.el index d456bcc..3568c4c 100644 --- a/lisp/fg42/x.el +++ b/lisp/fg42/x.el @@ -1,6 +1,6 @@ ;;; FG42 --- The mighty editor for the emacsians -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2010-2023 Sameer Rahmani +;; Copyright (c) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/lisp/fpkg.el b/lisp/fpkg.el index d6667ce..017a7c1 100644 --- a/lisp/fpkg.el +++ b/lisp/fpkg.el @@ -1,6 +1,6 @@ ;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2010-2023 Sameer Rahmani +;; Copyright (C) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; Keywords: lisp fg42 IDE package manager diff --git a/lisp/fpkg/core.el b/lisp/fpkg/core.el index 1d48985..89c2519 100644 --- a/lisp/fpkg/core.el +++ b/lisp/fpkg/core.el @@ -1,6 +1,6 @@ ;;; fpkg --- a simple package manager for FG42 -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2010-2023 Sameer Rahmani +;; Copyright (C) 2010-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; Keywords: lisp fg42 IDE package manager diff --git a/lisp/ob-graphviz-dot.el b/lisp/ob-graphviz-dot.el index c2cf5e7..80050d8 100644 --- a/lisp/ob-graphviz-dot.el +++ b/lisp/ob-graphviz-dot.el @@ -1,6 +1,6 @@ ;;; 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 ;; URL: https://devheroes.codes/FG42/FG42 diff --git a/nix/deps.nix b/nix/deps.nix index 7ab89d3..dcbdf3a 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/nix/fg42.nix b/nix/fg42.nix index f651c05..853d25d 100644 --- a/nix/fg42.nix +++ b/nix/fg42.nix @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/nix/packages.nix b/nix/packages.nix index 8c65940..4b2c1a5 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/nix/parse.nix b/nix/parse.nix index 65324bb..0edb263 100644 --- a/nix/parse.nix +++ b/nix/parse.nix @@ -1,6 +1,6 @@ # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/scripts/install_files.sh b/scripts/install_files.sh index 138549b..e84ff5f 100644 --- a/scripts/install_files.sh +++ b/scripts/install_files.sh @@ -1,7 +1,7 @@ #! /bin/bash # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/scripts/templates/fg42 b/scripts/templates/fg42 index 0b00bbd..29a0ff8 100644 --- a/scripts/templates/fg42 +++ b/scripts/templates/fg42 @@ -1,7 +1,7 @@ #! /bin/sh # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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 diff --git a/scripts/templates/fg42-wm b/scripts/templates/fg42-wm index 89a99a6..6c7d178 100644 --- a/scripts/templates/fg42-wm +++ b/scripts/templates/fg42-wm @@ -1,7 +1,7 @@ #! /bin/sh # Fg42 - Emacs Editor for advance users # -# Copyright (c) 2010-2023 Sameer Rahmani +# Copyright (c) 2010-2024 Sameer Rahmani # # 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