aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Rakefile2
-rw-r--r--_i18n/ca/license.md2
-rw-r--r--_i18n/en/license.md2
-rw-r--r--config/webpack.js2
-rw-r--r--javascripts/main.js2
-rwxr-xr-xscript/build.sh2
-rw-r--r--script/post-receive2
8 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index e821fbd..8c2ccbd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-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/Rakefile b/Rakefile
index f426179..458dafa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-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/_i18n/ca/license.md b/_i18n/ca/license.md
index 4d1c7f6..7cb62c7 100644
--- a/_i18n/ca/license.md
+++ b/_i18n/ca/license.md
@@ -7,7 +7,7 @@ sentit. El codi font es pot trobar [aquí](http://git.mssola.com/jo.git/).
<div class="org-src-container">
<pre class="src src-txt">
-Copyright (C) 2018 Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
+Copyright (C) 2018-2019 Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
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 ee59521..709015c 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
<div class="org-src-container">
<pre class="src src-txt">
-Copyright (C) 2018 Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
+Copyright (C) 2018-2019 Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
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 103b840..7432df7 100644
--- a/config/webpack.js
+++ b/config/webpack.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+// Copyright (C) 2018-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/javascripts/main.js b/javascripts/main.js
index 3607c83..c721b8e 100644
--- a/javascripts/main.js
+++ b/javascripts/main.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+// Copyright (C) 2018-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/script/build.sh b/script/build.sh
index f4d190e..e61a4eb 100755
--- a/script/build.sh
+++ b/script/build.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-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/script/post-receive b/script/post-receive
index debe3dd..f84fd8e 100644
--- a/script/post-receive
+++ b/script/post-receive
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-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