mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-14 07:59:31 +01:00
Add license stuff to the top of caps/ and sno/ files I guess
This commit is contained in:
parent
275449e6cc
commit
b4fcb45af0
@ -1,4 +1,6 @@
|
|||||||
// Package caps holds capabilities.
|
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||||
|
// released under the MIT license
|
||||||
|
|
||||||
package caps
|
package caps
|
||||||
|
|
||||||
// Capability represents an optional feature that a client may request from the server.
|
// Capability represents an optional feature that a client may request from the server.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
// Package caps holds capabilities.
|
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||||
|
// released under the MIT license
|
||||||
|
|
||||||
package caps
|
package caps
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||||
|
// released under the MIT license
|
||||||
|
|
||||||
package caps
|
package caps
|
||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||||
|
// released under the MIT license
|
||||||
|
|
||||||
package caps
|
package caps
|
||||||
|
|
||||||
// Version is used to select which max version of CAP the client supports.
|
// Version is used to select which max version of CAP the client supports.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||||
|
// released under the MIT license
|
||||||
|
|
||||||
// Package sno holds Server Notice masks for easy reference.
|
// Package sno holds Server Notice masks for easy reference.
|
||||||
package sno
|
package sno
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user