Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 097e5c2630afb5d734b9f0c0f01d2d91db54d6b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
################################################################################
# Copyright (c) 2007, 2020 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
#    Innoopract Informationssysteme GmbH - initial API and implementation
#    EclipseSource - ongoing development
################################################################################

description = \
An IDE for Embedded C/C++ developers with Mylyn integration.\n\
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list and the embed-cdt project.

copyright = \
Copyright (c) 2007, 2020 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
http://www.eclipse.org/legal/epl-v20.html\n\
\n\
Contributors:\n\
   Innoopract Informationssysteme GmbH - initial API and implementation\n\
   EclipseSource - ongoing development

Back to the top