From 6f09e2693dbeee86833347a8ac265c512fd21269 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 11:55:33 +0200 Subject: Updated license 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 0dd2704..0aa5d38 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2018-2020 Miquel Sabaté Solà +# Copyright (C) 2018-2021 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 d5f5380..74a6925 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (C) 2018-2020 Miquel Sabaté Solà +# Copyright (C) 2018-2021 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 cf6e04a..c682a15 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2018-2021 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 742d535..ff1fb27 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2018-2021 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 436b902..a3bbc87 100644
--- a/_plugins/log.rb
+++ b/_plugins/log.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2020 Miquel Sabaté Solà 
+# Copyright (C) 2019-2021 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 52a780b..d8b3b67 100644
--- a/_plugins/modified_time_helper.rb
+++ b/_plugins/modified_time_helper.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2020 Miquel Sabaté Solà 
+# Copyright (C) 2019-2021 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 d90e0ab..bda9f55 100644
--- a/_plugins/render_helper.rb
+++ b/_plugins/render_helper.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2020 Miquel Sabaté Solà 
+# Copyright (C) 2019-2021 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 e211374..e885853 100644
--- a/_plugins/twitter.rb
+++ b/_plugins/twitter.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2020 Miquel Sabaté Solà 
+# Copyright (C) 2019-2021 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 f17d2f4..3fbd175 100644
--- a/_plugins/type.rb
+++ b/_plugins/type.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# Copyright (C) 2019-2020 Miquel Sabaté Solà 
+# Copyright (C) 2019-2021 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 e23b917..00be3d3 100644
--- a/config/webpack.js
+++ b/config/webpack.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Miquel Sabaté Solà 
+// Copyright (C) 2018-2021 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 3e1c1d9..a97fd1a 100644
--- a/javascripts/main.js
+++ b/javascripts/main.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Miquel Sabaté Solà 
+// Copyright (C) 2018-2021 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