Parcourir la source

Add missing license header

Jeremy Tuloup il y a 5 ans
Parent
commit
6e54de6d33
3 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 3 0
      src/session.ts
  2. 3 0
      tests/run-test.py
  3. 3 0
      tests/src/session.spec.ts

+ 3 - 0
src/session.ts

@@ -1,3 +1,6 @@
+// Copyright (c) Jupyter Development Team.
+// Distributed under the terms of the Modified BSD License.
+
 import { IClientSession } from '@jupyterlab/apputils';
 
 import { CodeEditor } from '@jupyterlab/codeeditor';

+ 3 - 0
tests/run-test.py

@@ -1,3 +1,6 @@
+# Copyright (c) Jupyter Development Team.
+# Distributed under the terms of the Modified BSD License.
+
 import os
 from jupyterlab.tests.test_app import run_jest, JestApp
 

+ 3 - 0
tests/src/session.spec.ts

@@ -1,3 +1,6 @@
+// Copyright (c) Jupyter Development Team.
+// Distributed under the terms of the Modified BSD License.
+
 import { expect } from 'chai';
 
 import { ClientSession, IClientSession } from '@jupyterlab/apputils';