Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Oct 28, 2024
1 parent f814270 commit 890956a
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 39 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Appliberated
Copyright (c) 2020-2024 Hellogramming

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions lib/common/app_settings.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:shared_preferences/shared_preferences.dart';

Expand Down
13 changes: 7 additions & 6 deletions lib/common/app_strings.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import '../screens/home_screen.dart';

Expand Down Expand Up @@ -34,11 +35,11 @@ class AppStrings {

static String shareText(String name, String value) => 'The $name is $value';

static const String rateAppURL = 'https://appliberated.com/weekdaycounters/rate/';
static const String rateAppURL = 'https://hellogramming.com/weekdaycounters/rate/';

static const String aboutURL = 'https://appliberated.com/weekdaycounters/';
static const String aboutURL = 'https://hellogramming.com/weekdaycounters/';

static const String viewSourceURL = 'https://github.com/Appliberated/weekday_counters';
static const String viewSourceURL = 'https://github.com/Hellogramming/weekday_counters';

// -----------------------------------------------------------------------------------------------
// Main functionality
Expand Down
7 changes: 4 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/models/counter.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/screens/settings_screen.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/utils/utils.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/widgets/accept_cancel_dialog.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/widgets/color_list_tile.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/widgets/counter_display.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
7 changes: 4 additions & 3 deletions lib/widgets/counters_drawer.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// @author TechAurelian <[email protected]> (https://techaurelian.com)
// Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/weekdaycounters/license/.

import 'package:flutter/material.dart';

Expand Down
4 changes: 2 additions & 2 deletions privacy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This page is used to inform users of [Weekday Counters](https://appliberated.com/weekdaycounters/) regarding our policies with the collection, use, and disclosure of Personal Information.
This page is used to inform users of [Weekday Counters](https://hellogramming.com/weekdaycounters/) regarding our policies with the collection, use, and disclosure of Personal Information.

If you choose to use our App, then you agree to the collection and use of information in relation with this policy.

Expand Down Expand Up @@ -26,4 +26,4 @@ This policy is effective as of April 18, 2024.

## Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to [contact us](https://appliberated.com/support/).
If you have any questions or suggestions about our Privacy Policy, do not hesitate to [contact us](https://hellogramming.com/support/).

0 comments on commit 890956a

Please sign in to comment.