internal/licenses: add exception for MIT variant

This variant of the MIT license was approved a while ago, but
never acted on.

Change-Id: I4aa7abcabf88b38a48698e94b3f8da9740ef4faf
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/280615
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
diff --git a/internal/licenses/exception-files/rocketlaunchr b/internal/licenses/exception-files/rocketlaunchr
new file mode 100644
index 0000000..295977e
--- /dev/null
+++ b/internal/licenses/exception-files/rocketlaunchr
@@ -0,0 +1,31 @@
+source: https://github.com/rocketlaunchr/dataframe-go/blob/master/LICENSE
+types: MIT
+
+mMIT License
+
+Copyright (c) 2018-20 PJ Engineering and Business Solutions Pty. Ltd.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+The usage of this software must not be knowingly used for an application 
+that will be directly or indirectly used for military purposes.
+
+All forks of this package must be subject to the above provisions.
+This only applies to the fork itself and NOT the product(s) derived from this package
+or a fork of this package.
diff --git a/internal/licenses/exception-files/rocketlaunchr2 b/internal/licenses/exception-files/rocketlaunchr2
new file mode 100644
index 0000000..d60d869
--- /dev/null
+++ b/internal/licenses/exception-files/rocketlaunchr2
@@ -0,0 +1,31 @@
+source: https://github.com/rocketlaunchr/dataframe-go/blob/master/LICENSE
+types: MIT
+
+mMIT License
+
+Copyright (c) 2018 PJ Engineering and Business Solutions Pty. Ltd.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+The usage of this software must not be knowingly used for an application 
+that will be directly or indirectly used for military purposes.
+
+All forks of this package must be subject to the above provisions.
+This only applies to the fork itself and NOT the product(s) derived from this package
+or a fork of this package.
diff --git a/internal/licenses/exceptions.gen.go b/internal/licenses/exceptions.gen.go
index 7efe823..f80ab4d 100644
--- a/internal/licenses/exceptions.gen.go
+++ b/internal/licenses/exceptions.gen.go
@@ -46,6 +46,14 @@
 	// file newtmgr
 	// from https://github.com/apache/mynewt-newtmgr/blob/master/LICENSE
 	[32]uint8{0x33, 0x8b, 0xe4, 0xa9, 0xea, 0x5b, 0xf7, 0xd5, 0x2e, 0xc5, 0xc6, 0xaa, 0xd9, 0xe0, 0x3f, 0xb9, 0x9c, 0xe, 0xfd, 0x5a, 0x38, 0x6a, 0x58, 0x6d, 0x18, 0x5a, 0x82, 0xdf, 0x44, 0xd8, 0x6f, 0xca}: []string{"Apache-2.0"},
+
+	// file rocketlaunchr
+	// from https://github.com/rocketlaunchr/dataframe-go/blob/master/LICENSE
+	[32]uint8{0x9b, 0x1, 0xfb, 0x7c, 0x8e, 0x4, 0x85, 0xeb, 0x53, 0xee, 0x47, 0xa9, 0xa9, 0xd2, 0x13, 0xa3, 0x26, 0x17, 0x1a, 0xa2, 0xe7, 0xb0, 0xf0, 0x96, 0xc, 0x3c, 0xc7, 0x63, 0x2, 0x35, 0x7c, 0x2a}: []string{"MIT"},
+
+	// file rocketlaunchr2
+	// from https://github.com/rocketlaunchr/dataframe-go/blob/master/LICENSE
+	[32]uint8{0x6b, 0xca, 0xea, 0xac, 0x26, 0x31, 0xad, 0x77, 0x6, 0x62, 0x36, 0xd2, 0xa7, 0xea, 0x0, 0xa7, 0xc9, 0x65, 0x2e, 0x3f, 0x6e, 0xed, 0x19, 0x85, 0x6d, 0x4f, 0xf8, 0x26, 0xf4, 0xa, 0xda, 0x2c}: []string{"MIT"},
 }
 
 // exceptionKey computes the key for the exceptionFileTypesMap.