kernel-doc (af404fb1ed2a19bd30f5e50bfb4f93a42737a6eb) | kernel-doc (a3a23d360cdd853b1038deda05e8d8c134a49a90) |
---|---|
1#!/usr/bin/env perl 2# SPDX-License-Identifier: GPL-2.0 | 1#!/usr/bin/env perl 2# SPDX-License-Identifier: GPL-2.0 |
3# vim: softtabstop=4 |
|
3 4use warnings; 5use strict; 6 7## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## 8## Copyright (C) 2000, 1 Tim Waugh <twaugh@redhat.com> ## 9## Copyright (C) 2001 Simon Huggins ## 10## Copyright (C) 2005-2012 Randy Dunlap ## --- 2533 unchanged lines hidden --- | 4 5use warnings; 6use strict; 7 8## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## 9## Copyright (C) 2000, 1 Tim Waugh <twaugh@redhat.com> ## 10## Copyright (C) 2001 Simon Huggins ## 11## Copyright (C) 2005-2012 Randy Dunlap ## --- 2533 unchanged lines hidden --- |