Skip to content

Commit 8e74b09

Browse files
committed
Remove Licensing Text
1 parent 7357a7b commit 8e74b09

File tree

103 files changed

+2
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2
-410
lines changed

lib/src/api/constants.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'models/models.dart';
62

73
/// Represents the node ID for [RootNode].

lib/src/api/math_helper.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'dart:math';
62

73
import 'package:vector_math/vector_math.dart';

lib/src/api/mixins.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:meta/meta.dart';
73

lib/src/api/models/action/action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import '../../mixins.dart';
62
import '../models.dart';
73

lib/src/api/models/action/call_function_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

lib/src/api/models/action/link_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

lib/src/api/models/action/load_from_cloud_storage_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

lib/src/api/models/action/navigation_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

lib/src/api/models/action/set_cloud_storage_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

lib/src/api/models/action/set_storage_action.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2022, Codelessly.
2-
// All rights reserved. Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
4-
51
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
62
import 'package:equatable/equatable.dart';
73

0 commit comments

Comments
 (0)