diff --git a/awk/day-1/test.sh b/awk/day-1/test.sh index 96ef6f8..01f62ed 100755 --- a/awk/day-1/test.sh +++ b/awk/day-1/test.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2022 notroot +# Copyright (C) 2022 # 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/elisp/day-1/solution.el b/elisp/day-1/solution.el index 11ef9c4..9b5f532 100755 --- a/elisp/day-1/solution.el +++ b/elisp/day-1/solution.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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/elisp/day-2/solution.el b/elisp/day-2/solution.el index 3f4373c..5ca59aa 100755 --- a/elisp/day-2/solution.el +++ b/elisp/day-2/solution.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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/elisp/day-3/solution.el b/elisp/day-3/solution.el index ac6fca9..3f89b78 100755 --- a/elisp/day-3/solution.el +++ b/elisp/day-3/solution.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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/elisp/day-4/solution.el b/elisp/day-4/solution.el index e1700a0..3657434 100755 --- a/elisp/day-4/solution.el +++ b/elisp/day-4/solution.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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/elisp/day-5/solution.el b/elisp/day-5/solution.el index 9b97586..8ed0add 100755 --- a/elisp/day-5/solution.el +++ b/elisp/day-5/solution.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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/elisp/solution-template.el b/elisp/solution-template.el index d6a3c25..27f30a0 100644 --- a/elisp/solution-template.el +++ b/elisp/solution-template.el @@ -2,7 +2,7 @@ ;; -*- lexical-binding: t; -*- -;; Copyright (C) 2022 notroot +;; Copyright (C) 2022 ;; 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