forked from External/ergo
Add license stuff to the top of caps/ and sno/ files I guess
This commit is contained in:
parent
275449e6cc
commit
b4fcb45af0
5 changed files with 15 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue