diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-09-14 16:02:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-09-14 16:02:15 +0200 |
| commit | 71a1444ec305d537cbfadb1a599df7dcacde13a1 (patch) | |
| tree | e32f62260896c09fa0429cd8dc0e110b9adb14cf /_plugins | |
| parent | c1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a (diff) | |
| download | jo.mssola.com-71a1444ec305d537cbfadb1a599df7dcacde13a1.tar.gz jo.mssola.com-71a1444ec305d537cbfadb1a599df7dcacde13a1.zip | |
Update ruby version and copyright notice
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '_plugins')
| -rw-r--r-- | _plugins/log.rb | 2 | ||||
| -rw-r--r-- | _plugins/modified_time_helper.rb | 2 | ||||
| -rw-r--r-- | _plugins/render_helper.rb | 2 | ||||
| -rw-r--r-- | _plugins/twitter.rb | 2 | ||||
| -rw-r--r-- | _plugins/type.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/_plugins/log.rb b/_plugins/log.rb index 2abed7f..8a7d512 100644 --- a/_plugins/log.rb +++ b/_plugins/log.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2019-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-Ω Miquel Sabaté Solà <mikisabate@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/_plugins/modified_time_helper.rb b/_plugins/modified_time_helper.rb index a5f56fc..e1cffd8 100644 --- a/_plugins/modified_time_helper.rb +++ b/_plugins/modified_time_helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2019-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-Ω Miquel Sabaté Solà <mikisabate@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/_plugins/render_helper.rb b/_plugins/render_helper.rb index dc7990b..b563d57 100644 --- a/_plugins/render_helper.rb +++ b/_plugins/render_helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2019-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-Ω Miquel Sabaté Solà <mikisabate@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/_plugins/twitter.rb b/_plugins/twitter.rb index 2d68446..eaf0483 100644 --- a/_plugins/twitter.rb +++ b/_plugins/twitter.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2019-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-Ω Miquel Sabaté Solà <mikisabate@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/_plugins/type.rb b/_plugins/type.rb index b96466b..0bc4d49 100644 --- a/_plugins/type.rb +++ b/_plugins/type.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2019-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-Ω Miquel Sabaté Solà <mikisabate@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by |
