1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Debian QA Group <packages@qa.debian.org>
Date: Wed, 14 Apr 2021 23:51:32 -0400
Subject: remove_template
# Remove uneeded copyright template
# Author: Xavier Oswald <xoswald@debian.org>
---
src/cocoa.mm | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/cocoa.mm b/src/cocoa.mm
index 492242b..6623ec3 100644
--- a/src/cocoa.mm
+++ b/src/cocoa.mm
@@ -3,7 +3,6 @@
// fte
//
// Created by Lauri Nurmi on 5.1.2008.
-// Copyright __MyCompanyName__ 2008. All rights reserved.
//
#import <Cocoa/Cocoa.h>
|