Skip to content

Commit dbd28e2

Browse files
committed
Add missing Copyright
1 parent 84c831c commit dbd28e2

13 files changed

+26
-0
lines changed

lsp-dart-closing-labels.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-closing-labels.el --- Closing labels support for LSP Dart -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-code-lens.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-code-lens.el --- Code lens support for LSP Dart -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-dap.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-dap.el --- DAP support for lsp-dart -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-devtools.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-devtools.el --- Support for Dart DevTools on debugger -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-flutter-colors.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-flutter-colors.el --- Flutter color names -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-flutter-daemon.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-flutter-daemon.el --- Helper for the Flutter daemon -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-flutter-fringe-colors.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-flutter-fringe-colors.el --- Flutter fringe colors -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-flutter-widget-guide.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-flutter-widget-guide.el --- UI guides -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-outline.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-outline.el --- Outline support for lsp-dart -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

lsp-dart-protocol.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
;;; lsp-dart-protocol.el --- lsp-dart custom protocol definitions -*- lexical-binding: t; -*-
22
;;
3+
;; Copyright (C) 2020 Eric Dallo
4+
;;
35
;; This program is free software; you can redistribute it and/or modify
46
;; it under the terms of the GNU General Public License as published by
57
;; the Free Software Foundation, either version 3 of the License, or

0 commit comments

Comments
 (0)