Skip to content

Commit

Permalink
Added missing copyright notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Jan 13, 2019
1 parent 09ed68e commit ec012a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/lib/widgets.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2017, Paul DeMarco.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:flutter/material.dart';
import 'package:flutter_blue/flutter_blue.dart';

Expand Down
4 changes: 4 additions & 0 deletions ios/Classes/FlutterBluePlugin.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2017, Paul DeMarco.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

#import <Flutter/Flutter.h>
#import <CoreBluetooth/CoreBluetooth.h>

Expand Down
4 changes: 4 additions & 0 deletions ios/Classes/FlutterBluePlugin.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2017, Paul DeMarco.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

#import "FlutterBluePlugin.h"
#import "Flutterblue.pbobjc.h"

Expand Down

0 comments on commit ec012a3

Please sign in to comment.