From f0bd47437f968ea11cc8277612f860d582e569f0 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 5 May 2019 21:24:43 +0200 Subject: 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. --- LICENSE | 3 ++- wee_slack.py | 5 ++++- 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 -Copyright (c) 2015-2016 Tollef Fog Heen +Copyright (c) 2015-2018 Tollef Fog Heen +Copyright (c) 2015-2019 Trygve Aaberge 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 +# Copyright (c) 2015-2018 Tollef Fog Heen +# Copyright (c) 2015-2019 Trygve Aaberge +# Released under the MIT license. from __future__ import print_function, unicode_literals -- cgit