Skip to content

Commit

Permalink
Fixed legal link in some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Nov 27, 2023
1 parent 299548d commit f69758d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 64 deletions.
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_allocation_tracer.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#include "base/platform/linux/base_linux_allocation_tracer.h"

#include "base/debug_log.h"
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_allocation_tracer.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#pragma once

namespace base::Platform {
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_wayland_integration.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#include "base/platform/linux/base_linux_wayland_integration.h"

#include "base/platform/linux/base_linux_wayland_utilities.h"
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_wayland_integration.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#pragma once

class QWindow;
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_wayland_integration_dummy.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#include "base/platform/linux/base_linux_wayland_integration.h"

#include "base/platform/base_platform_info.h"
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_xdg_activation_token.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#include "base/platform/linux/base_linux_xdg_activation_token.h"

#include "base/invoke_queued.h"
Expand Down
13 changes: 6 additions & 7 deletions base/platform/linux/base_linux_xdg_activation_token.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#pragma once

namespace base::Platform {
Expand Down
2 changes: 1 addition & 1 deletion base/platform/mac/base_confirm_quit.mm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ - (instancetype)initWithFrame:(NSRect)frameRect {
}

- (void)drawRect:(NSRect)dirtyRect {
const CGFloat kCornerRadius = 5.0;
const CGFloat kCornerRadius = 9.0;
NSBezierPath* path = [NSBezierPath
bezierPathWithRoundedRect:[self bounds]
xRadius:kCornerRadius
Expand Down
13 changes: 6 additions & 7 deletions base/platform/win/wrl/wrl_implements_h.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#pragma once

#include "base/platform/win/base_windows_wrl.h"
Expand Down
13 changes: 6 additions & 7 deletions base/platform/win/wrl/wrl_module_h.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
// This file is part of Desktop App Toolkit,
// a set of libraries for developing nice desktop applications.
//
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#pragma once

#include "base/platform/win/base_windows_wrl.h"
Expand Down

0 comments on commit f69758d

Please sign in to comment.