diff options
author | Björn Gustavsson <[email protected]> | 2010-09-01 14:31:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-01 14:31:58 +0200 |
commit | 76ac94968e28fb4b0dc38ed7062849efe61c50e6 (patch) | |
tree | fec59975a7e29a43eff3e86ce8d925b420bb7433 /lib/jinterface | |
parent | 96db19557ac894cffcaa18e8f1191d387a5b05ea (diff) | |
download | otp-76ac94968e28fb4b0dc38ed7062849efe61c50e6.tar.gz otp-76ac94968e28fb4b0dc38ed7062849efe61c50e6.tar.bz2 otp-76ac94968e28fb4b0dc38ed7062849efe61c50e6.zip |
Remove copyright headers in vsn.mk files
Copyright notices serve no useful purpose in vsn.mk files, and
only complicate scripts that automatically update version numbers.
Diffstat (limited to 'lib/jinterface')
-rw-r--r-- | lib/jinterface/vsn.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk index 6b5719d7c5..26613febbf 100644 --- a/lib/jinterface/vsn.mk +++ b/lib/jinterface/vsn.mk @@ -1,19 +1 @@ -## -## %CopyrightBegin% -## -## Copyright Ericsson AB 2000-2010. All Rights Reserved. -## -## The contents of this file are subject to the Erlang Public License, -## Version 1.1, (the "License"); you may not use this file except in -## compliance with the License. You should have received a copy of the -## Erlang Public License along with this software. If not, it can be -## retrieved online at http://www.erlang.org/. -## -## Software distributed under the License is distributed on an "AS IS" -## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -## the License for the specific language governing rights and limitations -## under the License. -## -## %CopyrightEnd% - JINTERFACE_VSN = 1.5.3 |