Skip to content

Commit 46c3afe

Browse files
committed
Release v12.05.1
0 parents  commit 46c3afe

File tree

1,471 files changed

+193724
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,471 files changed

+193724
-0
lines changed

.gitattributes

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
*.doc diff=astextplain
2+
*.DOC diff=astextplain
3+
*.docx diff=astextplain
4+
*.DOCX diff=astextplain
5+
*.dot diff=astextplain
6+
*.DOT diff=astextplain
7+
*.pdf diff=astextplain
8+
*.PDF diff=astextplain
9+
*.rtf diff=astextplain
10+
*.RTF diff=astextplain
11+
12+
*.jpg binary
13+
*.png binary
14+
*.gif binary
15+
16+
*.cs text=auto diff=csharp
17+
*.vb text=auto
18+
*.c text=auto
19+
*.cpp text=auto
20+
*.cxx text=auto
21+
*.h text=auto
22+
*.hxx text=auto
23+
*.py text=auto
24+
*.rb text=auto
25+
*.java text=auto
26+
*.html text=auto
27+
*.htm text=auto
28+
*.css text=auto
29+
*.scss text=auto
30+
*.sass text=auto
31+
*.less text=auto
32+
*.js text=auto
33+
*.lisp text=auto
34+
*.clj text=auto
35+
*.sql text=auto
36+
*.php text=auto
37+
*.lua text=auto
38+
*.m text=auto
39+
*.asm text=auto
40+
*.erl text=auto
41+
*.fs text=auto
42+
*.fsx text=auto
43+
*.hs text=auto
44+
45+
*.csproj text=auto merge=union
46+
*.vbproj text=auto merge=union
47+
*.fsproj text=auto merge=union
48+
*.dbproj text=auto merge=union
49+
*.sln text=auto eol=crlf merge=union

LICENCE

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
COUNTLY MOBILE ANALYTICS COMMUNITY EDITION LICENSE
2+
3+
Copyright (C) 2011-2012 Countly, www.count.ly
4+
5+
Permission to use and modify this software and its documentation for any
6+
purpose, without fee, and without a written agreement is hereby granted,
7+
provided that this copyright notice including this paragraph and
8+
following two paragraphs appear in all copies.
9+
10+
1. You may copy and distribute the Software in unmodified form provided
11+
that the entire package, including - but not restricted to - copyright,
12+
trademark notices and disclaimers, as released by the initial developer
13+
of the Software, is distributed.
14+
15+
2. You may make modifications to the Software and distribute your
16+
modifications, in a form that is separate from the Software, such as
17+
patches. Modifications must not alter or remove any copyright notices in
18+
the Software.
19+
20+
3. You may develop application programs, reusable components and other
21+
software items that link with the original or modified versions of the
22+
Software.
23+
24+
4. You cannot, under any conditions, rebrand and claim ownership, or
25+
bundle this Software with another product or Software. You cannot remove
26+
Countly logo and footer link of the Software. This License does not
27+
grant any rights to use the trademarks Countly and the Countly logos.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS
30+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32+
IN NO EVENT SHALL COUNTLY INC. OR THE AUTHORS OR COPYRIGHT HOLDERS IN
33+
THE SOFTWARE BE LIABLE FOR ANY CLAIM, DAMAGES (INCLUDING, WITHOUT
34+
LIMITATION, DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES) OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37+
DEALINGS IN THE SOFTWARE.
38+

0 commit comments

Comments
 (0)