Browse Source

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

tags/v0.9.2-alpha
Daniel Oaks 6 years ago
parent
commit
b4fcb45af0
5 changed files with 15 additions and 2 deletions
  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 View File

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

+ 3
- 1
irc/caps/set.go View File

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

+ 3
- 0
irc/caps/values.go View File

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

+ 3
- 0
irc/caps/version.go View File

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

+ 3
- 0
irc/sno/constants.go View File

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

Loading…
Cancel
Save