diff options
author | Richard Carlsson <[email protected]> | 2015-07-09 00:11:48 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 20:20:49 +0100 |
commit | 1c9fa817a1c05e270cd352d7a37857449e2f3d03 (patch) | |
tree | 530b9a2ce457b15dcb174050b468cd385ee8b1e7 /lib/syntax_tools | |
parent | 70ea41e54f6757798d9990f9e379e72aa7bbe721 (diff) | |
download | otp-1c9fa817a1c05e270cd352d7a37857449e2f3d03.tar.gz otp-1c9fa817a1c05e270cd352d7a37857449e2f3d03.tar.bz2 otp-1c9fa817a1c05e270cd352d7a37857449e2f3d03.zip |
Remove obsolete CVS keyword markup
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/test/syntax_tools_SUITE.erl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/syntax_tools/test/syntax_tools_SUITE.erl b/lib/syntax_tools/test/syntax_tools_SUITE.erl index 43c17e9f1f..868f43b8ee 100644 --- a/lib/syntax_tools/test/syntax_tools_SUITE.erl +++ b/lib/syntax_tools/test/syntax_tools_SUITE.erl @@ -9,13 +9,11 @@ %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. %% See the License for the specific language governing permissions and %% limitations under the License. -%% +%% %% The Initial Developer of the Original Code is Ericsson Utvecklings AB. %% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings %% AB. All Rights Reserved.'' -%% -%% $Id$ -%% + -module(syntax_tools_SUITE). -include_lib("common_test/include/ct.hrl"). |