diff options
Diffstat (limited to 'electron/src/renderer/router/index.js')
| -rw-r--r-- | electron/src/renderer/router/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/electron/src/renderer/router/index.js b/electron/src/renderer/router/index.js index 63e2f415..c9b72569 100644 --- a/electron/src/renderer/router/index.js +++ b/electron/src/renderer/router/index.js @@ -1,3 +1,11 @@ +/* + * Authors: see git history + * + * Copyright (c) 2010 Authors + * Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + * + */ + import Vue from 'vue' import Router from 'vue-router' |
