mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19: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
|
||||
|
||||
// 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
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||
// released under the MIT license
|
||||
|
||||
package caps
|
||||
|
||||
import "sync"
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
|
||||
// released under the MIT license
|
||||
|
||||
package caps
|
||||
|
||||
// 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user