From c81b869ac732d09f0e3584bd83702f934b480b2d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Jan 2023 15:56:57 +0100 Subject: Updated copyright notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Gemfile | 2 +- Rakefile | 2 +- _i18n/ca/license.md | 2 +- _i18n/en/license.md | 2 +- _plugins/log.rb | 2 +- _plugins/modified_time_helper.rb | 2 +- _plugins/render_helper.rb | 2 +- _plugins/twitter.rb | 2 +- _plugins/type.rb | 2 +- config/webpack.js | 2 +- javascripts/main.js | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index e07454e..894c499 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2018-2022 Miquel Sabaté Solà +# Copyright (C) 2018-2023 Miquel Sabaté Solà # # 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/Rakefile b/Rakefile index 60c961a..a1fd64f 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2018-2022 Miquel Sabaté Solà +# Copyright (C) 2018-2023 Miquel Sabaté Solà # # 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/_i18n/ca/license.md b/_i18n/ca/license.md index 2394c71..940c247 100644 --- a/_i18n/ca/license.md +++ b/_i18n/ca/license.md @@ -7,7 +7,7 @@ sentit. El codi font es pot trobar [aquí](https://github.com/mssola/jo.mssola.c
-Copyright (C) 2018-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2018-2023 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/_i18n/en/license.md b/_i18n/en/license.md
index f9d6e4d..b06eb02 100644
--- a/_i18n/en/license.md
+++ b/_i18n/en/license.md
@@ -7,7 +7,7 @@ This is my personal webpage, where I write stuff. The source code can be found
 
 
-Copyright (C) 2018-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2018-2023 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/log.rb b/_plugins/log.rb
index 99473c5..2abed7f 100644
--- a/_plugins/log.rb
+++ b/_plugins/log.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2022 Miquel Sabaté Solà 
+# Copyright (C) 2019-2023 Miquel Sabaté Solà 
 #
 # 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 19a08fc..a5f56fc 100644
--- a/_plugins/modified_time_helper.rb
+++ b/_plugins/modified_time_helper.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2022 Miquel Sabaté Solà 
+# Copyright (C) 2019-2023 Miquel Sabaté Solà 
 #
 # 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 3ffee11..dc7990b 100644
--- a/_plugins/render_helper.rb
+++ b/_plugins/render_helper.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2022 Miquel Sabaté Solà 
+# Copyright (C) 2019-2023 Miquel Sabaté Solà 
 #
 # 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 a573632..2d68446 100644
--- a/_plugins/twitter.rb
+++ b/_plugins/twitter.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2022 Miquel Sabaté Solà 
+# Copyright (C) 2019-2023 Miquel Sabaté Solà 
 #
 # 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 1ecff69..b96466b 100644
--- a/_plugins/type.rb
+++ b/_plugins/type.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2022 Miquel Sabaté Solà 
+# Copyright (C) 2019-2023 Miquel Sabaté Solà 
 #
 # 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/config/webpack.js b/config/webpack.js
index 51cfa4d..2b204e6 100644
--- a/config/webpack.js
+++ b/config/webpack.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Miquel Sabaté Solà 
+// Copyright (C) 2018-2023 Miquel Sabaté Solà 
 //
 // 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/javascripts/main.js b/javascripts/main.js
index f5a3268..0f5dc3d 100644
--- a/javascripts/main.js
+++ b/javascripts/main.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Miquel Sabaté Solà 
+// Copyright (C) 2018-2023 Miquel Sabaté Solà 
 //
 // 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
-- 
cgit v1.2.3