aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-05-05 21:24:43 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-05-05 21:34:10 +0200
commitf0bd47437f968ea11cc8277612f860d582e569f0 (patch)
treeb2eaad1c58aec869d7904e97d88510d66e06a371
parentfb0a7e01f0b2dd372de2575c21fb4ba705dfe834 (diff)
downloadwee-slack-f0bd47437f968ea11cc8277612f860d582e569f0.tar.gz
Update copyright notice
I included it in the script as well, since it is included in the script in weechats repo. I also removed the coding comment from wee_slack.py since the file is in ascii.
-rw-r--r--LICENSE3
-rw-r--r--wee_slack.py5
2 files changed, 6 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 4145e06..c76d139 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,6 @@
Copyright (c) 2014-2016 Ryan Huber <rhuber@gmail.com>
-Copyright (c) 2015-2016 Tollef Fog Heen <tfheen@err.no>
+Copyright (c) 2015-2018 Tollef Fog Heen <tfheen@err.no>
+Copyright (c) 2015-2019 Trygve Aaberge <trygveaa@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/wee_slack.py b/wee_slack.py
index 631e24b..d8b16b9 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1,4 +1,7 @@
-# -*- coding: utf-8 -*-
+# Copyright (c) 2014-2016 Ryan Huber <rhuber@gmail.com>
+# Copyright (c) 2015-2018 Tollef Fog Heen <tfheen@err.no>
+# Copyright (c) 2015-2019 Trygve Aaberge <trygveaa@gmail.com>
+# Released under the MIT license.
from __future__ import print_function, unicode_literals