Explorar el Código

Add license stuff to the top of caps/ and sno/ files I guess

tags/v0.9.2-alpha
Daniel Oaks hace 6 años
padre
commit
b4fcb45af0
Se han modificado 5 ficheros con 15 adiciones y 2 borrados
  1. 3
    1
      irc/caps/constants.go
  2. 3
    1
      irc/caps/set.go
  3. 3
    0
      irc/caps/values.go
  4. 3
    0
      irc/caps/version.go
  5. 3
    0
      irc/sno/constants.go

+ 3
- 1
irc/caps/constants.go Ver fichero

1
-// Package caps holds capabilities.
1
+// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
2
+// released under the MIT license
3
+
2
 package caps
4
 package caps
3
 
5
 
4
 // Capability represents an optional feature that a client may request from the server.
6
 // Capability represents an optional feature that a client may request from the server.

+ 3
- 1
irc/caps/set.go Ver fichero

1
-// Package caps holds capabilities.
1
+// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
2
+// released under the MIT license
3
+
2
 package caps
4
 package caps
3
 
5
 
4
 import (
6
 import (

+ 3
- 0
irc/caps/values.go Ver fichero

1
+// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
2
+// released under the MIT license
3
+
1
 package caps
4
 package caps
2
 
5
 
3
 import "sync"
6
 import "sync"

+ 3
- 0
irc/caps/version.go Ver fichero

1
+// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
2
+// released under the MIT license
3
+
1
 package caps
4
 package caps
2
 
5
 
3
 // Version is used to select which max version of CAP the client supports.
6
 // Version is used to select which max version of CAP the client supports.

+ 3
- 0
irc/sno/constants.go Ver fichero

1
+// Copyright (c) 2017 Daniel Oaks <daniel@danieloaks.net>
2
+// released under the MIT license
3
+
1
 // Package sno holds Server Notice masks for easy reference.
4
 // Package sno holds Server Notice masks for easy reference.
2
 package sno
5
 package sno
3
 
6
 

Loading…
Cancelar
Guardar