Browse Source

note about factoring out licences helper methods

Mokhtar Naamani 4 years ago
parent
commit
21bcd6625c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      content-metadata-protobuf/src/licenses.ts

+ 3 - 0
content-metadata-protobuf/src/licenses.ts

@@ -1,3 +1,6 @@
+// Helper methods to handle joystream defined licence types
+// This should be factored out into a separate package
+
 import LICENSES from './KnownLicenses.json'
 import { License } from '../compiled/proto/Video_pb'