From 66fb73d01e1b5d72493e23e7620d0a67166c37ed Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sat, 19 Dec 2020 17:26:16 +0100 Subject: [PATCH] Relicense under the MIT licence. --- LICENCE | 19 +++++++++++++++++++ conn/conn.go | 5 ----- galene.go | 5 ----- group/group.go | 5 ----- static/galene.js | 19 +++++++++++++++++-- static/mainpage.js | 21 ++++++++++++++++++--- static/protocol.js | 19 +++++++++++++++++-- 7 files changed, 71 insertions(+), 22 deletions(-) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..cd7ba73 --- /dev/null +++ b/LICENCE @@ -0,0 +1,19 @@ +Copyright (c) 2020 by Juliusz Chroboczek + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/conn/conn.go b/conn/conn.go index 1e95fef..a0d0200 100644 --- a/conn/conn.go +++ b/conn/conn.go @@ -1,8 +1,3 @@ -// Copyright (c) 2020 by Juliusz Chroboczek. - -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. - // Package conn defines interfaces for connections and tracks. package conn diff --git a/galene.go b/galene.go index d2158ab..39bffcb 100644 --- a/galene.go +++ b/galene.go @@ -1,8 +1,3 @@ -// Copyright (c) 2020 by Juliusz Chroboczek. - -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. - package main import ( diff --git a/group/group.go b/group/group.go index 39178c0..c52c1fb 100644 --- a/group/group.go +++ b/group/group.go @@ -1,8 +1,3 @@ -// Copyright (c) 2020 by Juliusz Chroboczek. - -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. - package group import ( diff --git a/static/galene.js b/static/galene.js index f7b92a6..a4b595a 100644 --- a/static/galene.js +++ b/static/galene.js @@ -1,7 +1,22 @@ // Copyright (c) 2020 by Juliusz Chroboczek. -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. 'use strict'; diff --git a/static/mainpage.js b/static/mainpage.js index ece8de2..1f80c40 100644 --- a/static/mainpage.js +++ b/static/mainpage.js @@ -1,7 +1,22 @@ -// Copyright (c) 2019-2020 by Juliusz Chroboczek. +// Copyright (c) 2020 by Juliusz Chroboczek. -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. 'use strict'; diff --git a/static/protocol.js b/static/protocol.js index fb750b6..b93667e 100644 --- a/static/protocol.js +++ b/static/protocol.js @@ -1,7 +1,22 @@ // Copyright (c) 2020 by Juliusz Chroboczek. -// This is not open source software. Copy it, and I'll break into your -// house and tell your three year-old that Santa doesn't exist. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. 'use strict';