cleanup: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA <knu@FreeBSD.org>
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Edwin Groothuis <edwin@freebsd.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Mark Linimon <linimon@FreeBSD.org>
  *  Shaun Amott <shaun@inerd.com>

With hat:	portmgr
Reported by:	mat
This commit is contained in:
Tobias C. Berner 2022-07-20 21:39:47 +02:00
parent 249f65e1d4
commit 2c54d261a6
11 changed files with 0 additions and 11 deletions

View file

@ -1,5 +1,4 @@
# Originally from bsd.xorg.mk # Originally from bsd.xorg.mk
# Created by: Florent Thoumie <flz@FreeBSD.org>
# #
# Feature: xorg # Feature: xorg
# Usage: USES=xorg # Usage: USES=xorg

View file

@ -1,6 +1,5 @@
# bsd.commands.mk - Common commands used within the ports infrastructure # bsd.commands.mk - Common commands used within the ports infrastructure
# #
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
# #
# DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET
# A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL

View file

@ -3,7 +3,6 @@
# #
# bsd.destdir.mk - Support for chrooted installation # bsd.destdir.mk - Support for chrooted installation
# #
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
# #
# Please make sure all changes to this file are passed through the maintainer. # Please make sure all changes to this file are passed through the maintainer.

View file

@ -3,7 +3,6 @@
# #
# bsd.gcc.mk - Support for smarter USE_GCC usage. # bsd.gcc.mk - Support for smarter USE_GCC usage.
# #
# Created by: Edwin Groothuis <edwin@freebsd.org>
# #
# To request the use of a current version of GCC, specify USE_GCC=yes in # To request the use of a current version of GCC, specify USE_GCC=yes in
# your port/system configuration. This is the preferred use of USE_GCC. # your port/system configuration. This is the preferred use of USE_GCC.

View file

@ -3,7 +3,6 @@
# #
# bsd.java.mk - Support for Java-based ports. # bsd.java.mk - Support for Java-based ports.
# #
# Created by: Ernst de Haan <znerd@FreeBSD.org>
# #
# For FreeBSD committers: # For FreeBSD committers:
# Please send all suggested changes to the maintainer instead of committing # Please send all suggested changes to the maintainer instead of committing

View file

@ -8,7 +8,6 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org
# #
# bsd.licenses.db.mk - License database for bsd.licenses.mk # bsd.licenses.db.mk - License database for bsd.licenses.mk
# #
# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
# #
# Please view me with 4 column tabs! # Please view me with 4 column tabs!
# #

View file

@ -8,7 +8,6 @@ Licenses_Include_MAINTAINER= portmgr@FreeBSD.org
# #
# bsd.licenses.mk - License auditing framework. # bsd.licenses.mk - License auditing framework.
# #
# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
# #
# Please view me with 4 column tabs! # Please view me with 4 column tabs!
# #

View file

@ -1,6 +1,5 @@
# bsd.local.mk - Sandbox for local modification to ports framework. # bsd.local.mk - Sandbox for local modification to ports framework.
# #
# Created by: Mark Linimon <linimon@FreeBSD.org>
.if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include) .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)

View file

@ -8,7 +8,6 @@
# <other work, including adjusting dependencies> # <other work, including adjusting dependencies>
# .include "bsd.port.post.mk" # .include "bsd.port.post.mk"
# #
# Created by: Shaun Amott <shaun@inerd.com>
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org

View file

@ -1,6 +1,5 @@
# bsd.ruby.mk - Utility definitions for Ruby related ports. # bsd.ruby.mk - Utility definitions for Ruby related ports.
# #
# Created by: Akinori MUSHA <knu@FreeBSD.org>
.if !defined(Ruby_Include) .if !defined(Ruby_Include)

View file

@ -1,6 +1,5 @@
# bsd.wx.mk - Support for wxWidgets based ports. # bsd.wx.mk - Support for wxWidgets based ports.
# #
# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
# #
# The following variables can be defined in a port that uses the wxWidgets # The following variables can be defined in a port that uses the wxWidgets
# library, contributed libraries, WxPython and/or more wxWidgets related # library, contributed libraries, WxPython and/or more wxWidgets related