GUACAMOLE-119: Merge addition of missing liscense files and exclusion of generated source from source archive.
This commit is contained in:
commit
574bec859a
18
doc/Doxyfile
18
doc/Doxyfile
@ -1,3 +1,21 @@
|
|||||||
|
#
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
# or more contributor license agreements. See the NOTICE file
|
||||||
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you under the Apache License, Version 2.0 (the
|
||||||
|
# "License"); you may not use this file except in compliance
|
||||||
|
# with the License. You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing,
|
||||||
|
# software distributed under the License is distributed on an
|
||||||
|
# "AS IS" BASIS, 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.
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project name / version
|
# Project name / version
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
.\"
|
||||||
|
.\" Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
.\" or more contributor license agreements. See the NOTICE file
|
||||||
|
.\" distributed with this work for additional information
|
||||||
|
.\" regarding copyright ownership. The ASF licenses this file
|
||||||
|
.\" to you under the Apache License, Version 2.0 (the
|
||||||
|
.\" "License"); you may not use this file except in compliance
|
||||||
|
.\" with the License. You may obtain a copy of the License at
|
||||||
|
.\"
|
||||||
|
.\" http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
.\"
|
||||||
|
.\" Unless required by applicable law or agreed to in writing,
|
||||||
|
.\" software distributed under the License is distributed on an
|
||||||
|
.\" "AS IS" BASIS, 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.
|
||||||
|
.\"
|
||||||
.TH guacd 8 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
.TH guacd 8 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
.\"
|
||||||
|
.\" Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
.\" or more contributor license agreements. See the NOTICE file
|
||||||
|
.\" distributed with this work for additional information
|
||||||
|
.\" regarding copyright ownership. The ASF licenses this file
|
||||||
|
.\" to you under the Apache License, Version 2.0 (the
|
||||||
|
.\" "License"); you may not use this file except in compliance
|
||||||
|
.\" with the License. You may obtain a copy of the License at
|
||||||
|
.\"
|
||||||
|
.\" http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
.\"
|
||||||
|
.\" Unless required by applicable law or agreed to in writing,
|
||||||
|
.\" software distributed under the License is distributed on an
|
||||||
|
.\" "AS IS" BASIS, 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.
|
||||||
|
.\"
|
||||||
.TH guacd.conf 5 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
.TH guacd.conf 5 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
.\"
|
||||||
|
.\" Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
.\" or more contributor license agreements. See the NOTICE file
|
||||||
|
.\" distributed with this work for additional information
|
||||||
|
.\" regarding copyright ownership. The ASF licenses this file
|
||||||
|
.\" to you under the Apache License, Version 2.0 (the
|
||||||
|
.\" "License"); you may not use this file except in compliance
|
||||||
|
.\" with the License. You may obtain a copy of the License at
|
||||||
|
.\"
|
||||||
|
.\" http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
.\"
|
||||||
|
.\" Unless required by applicable law or agreed to in writing,
|
||||||
|
.\" software distributed under the License is distributed on an
|
||||||
|
.\" "AS IS" BASIS, 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.
|
||||||
|
.\"
|
||||||
.TH guacenc 1 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
.TH guacenc 1 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole"
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -22,8 +22,10 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libguac-client-rdp.la
|
lib_LTLIBRARIES = libguac-client-rdp.la
|
||||||
|
|
||||||
|
nodist_libguac_client_rdp_la_SOURCES = \
|
||||||
|
_generated_keymaps.c
|
||||||
|
|
||||||
libguac_client_rdp_la_SOURCES = \
|
libguac_client_rdp_la_SOURCES = \
|
||||||
_generated_keymaps.c \
|
|
||||||
audio_input.c \
|
audio_input.c \
|
||||||
client.c \
|
client.c \
|
||||||
dvc.c \
|
dvc.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user