Skip to content

Commit

Permalink
Add license notice to couchdb.bat.tpl.in
Browse files Browse the repository at this point in the history
Fix naming issue for windows c16e.exe



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805271 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Aug 18, 2009
1 parent 2652d5a commit caeae66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions bin/couchdb.bat.tpl.in
@@ -1,4 +1,16 @@
@echo off
rem Licensed under the Apache License, Version 2.0 (the "License"); you may not
rem use this file except in compliance with the License. You may obtain a copy
rem of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
rem WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
rem License for the specific language governing permissions and limitations
rem under the License.

setlocal
rem First change to the erlang bin directory
cd %~dp0
Expand Down
2 changes: 1 addition & 1 deletion src/couchdb/Makefile.am
Expand Up @@ -224,7 +224,7 @@ if WINDOWS
# what gets installed for 'couchspawnkillable' - but the correct one for
# couchjs.exe *does* get copied. *shrug* So just clobber it with the
# correct one here... See bug COUCHDB-439
$(INSTALL) priv/.libs/couchspawnkillable_win.exe "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe"
$(INSTALL) priv/.libs/couchspawnkillable.exe "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe"
endif

uninstall-local:
Expand Down

0 comments on commit caeae66

Please sign in to comment.