-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Liu Hao <[email protected]>
- Loading branch information
Showing
9 changed files
with
442 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
me=ar-lib | ||
scriptversion=2012-03-01.08; # UTC | ||
|
||
# Copyright (C) 2010-2017 Free Software Foundation, Inc. | ||
# Copyright (C) 2010-2018 Free Software Foundation, Inc. | ||
# Written by Peter Rosin <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -18,7 +18,7 @@ scriptversion=2012-03-01.08; # UTC | |
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
|
||
# As a special exception to the GNU General Public License, if you | ||
# distribute this file as part of a program that contains a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#! /bin/sh | ||
# Wrapper for compilers which do not understand '-c -o'. | ||
|
||
scriptversion=2016-01-11.22; # UTC | ||
scriptversion=2018-03-07.03; # UTC | ||
|
||
# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
# Copyright (C) 1999-2018 Free Software Foundation, Inc. | ||
# Written by Tom Tromey <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -17,7 +17,7 @@ scriptversion=2016-01-11.22; # UTC | |
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
|
||
# As a special exception to the GNU General Public License, if you | ||
# distribute this file as part of a program that contains a | ||
|
@@ -340,7 +340,7 @@ exit $ret | |
# Local Variables: | ||
# mode: shell-script | ||
# sh-indentation: 2 | ||
# eval: (add-hook 'write-file-hooks 'time-stamp) | ||
# eval: (add-hook 'before-save-hook 'time-stamp) | ||
# time-stamp-start: "scriptversion=" | ||
# time-stamp-format: "%:y-%02m-%02d.%02H" | ||
# time-stamp-time-zone: "UTC0" | ||
|
Oops, something went wrong.