Update credits
authorMikael Berthe <mikael@lilotux.net>
Mon, 17 Apr 2017 10:28:10 +0200
changeset 130 c450bb73f59a
parent 129 0d4544ce7e5e
child 131 68ef6504637e
Update credits
LICENSE
account.go
api.go
app.go
favourites.go
gondole.go
instance.go
login.go
media.go
notifications.go
report.go
search.go
status.go
streams.go
timelines.go
types.go
--- a/LICENSE	Sun Apr 16 20:52:52 2017 +0200
+++ b/LICENSE	Mon Apr 17 10:28:10 2017 +0200
@@ -1,6 +1,7 @@
 MIT License
 
 Copyright (c) 2017 Ollivier Robert
+Copyright (c) 2017 Mikael Berthe <mikael@lilotux.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
--- a/account.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/account.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/api.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/api.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,10 @@
+/*
+Copyright 2017 Ollivier Robert
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/app.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/app.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,10 @@
+/*
+Copyright 2017 Ollivier Robert
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/favourites.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/favourites.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/gondole.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/gondole.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,10 @@
+/*
+Copyright 2017 Ollivier Robert
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/instance.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/instance.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/login.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/login.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/media.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/media.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/notifications.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/notifications.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/report.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/report.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/search.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/search.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/status.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/status.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/streams.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/streams.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/timelines.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/timelines.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,9 @@
+/*
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (
--- a/types.go	Sun Apr 16 20:52:52 2017 +0200
+++ b/types.go	Mon Apr 17 10:28:10 2017 +0200
@@ -1,3 +1,10 @@
+/*
+Copyright 2017 Ollivier Robert
+Copyright 2017 Mikael Berthe
+
+Licensed under the MIT license.  Please see the LICENSE file is this directory.
+*/
+
 package gondole
 
 import (